COLOR #A5C199

HEX: #A5C199
RGB: (165,193,153)

Renk bilgisi

#A5C199 contains red, green and blue colors in about the same proportion. #A5C199 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5C199 color RGB value is (165,193,153).

  • kırmız ton 165;
  • yeşil ton 193;
  • mavi ton 153.
RGB:
(165,193,153)
(65%,76%,60%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 193 of 255 = 76%
B 153 of 255 = 60%

165
193
153

R + G + B ~ 67%. #A5C199 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 193 + 153 = 511 (100%)
R 165 of 511 ~ 32.29%
G 193 of 511 ~ 37.77%
B 153 of 511 ~ 29.94%

%32.29
%37.77
%29.94

CMYK RENK MODELİ

#A5C199 rengi CMYK tonu (15,0,21,24).

  • camgöbeği tonu 14.51%
  • eflatun tonu 0.00%
  • sarı tonu 20.73%
  • ana renk tonu 24.31%
CMYK:
(15,0,21,24)
C15M0Y21K24 
(15%,0%,21%,24%)
(0.15/0.00/0.21/0.24)	

CMYK yüzdeleri

%14.51
%0
%20.73
%24.31

Codes

Color #A5C199 in popluar color models

A5C199
RGB165193153
HSL102°24.39%67.84%
HSB/HSV102°20.73%75.69%
CMYK14.51%0.00%20.73%
24.31%

Color #A5C199 in popluar number systems.

HEXA5C199
Decimal165193153
Binary101001011100000110011001
Octal245301231

Shades and tints

Shades of #A5C199

#A5C199
(165,193,153)
#96B08C
(150,176,140)
#879F7F
(135,159,127)
#788E72
(120,142,114)
#697D65
(105,125,101)
#5A6C58
(90,108,88)
#4B5B4B
(75,91,75)
#3C4A3E
(60,74,62)
#2D3931
(45,57,49)
#1E2824
(30,40,36)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5C199

#A5C199
(165,193,153)
#ADC6A2
(173,198,162)
#B5CBAB
(181,203,171)
#BDD0B4
(189,208,180)
#C5D5BD
(197,213,189)
#CDDAC6
(205,218,198)
#D5DFCF
(213,223,207)
#DDE4D8
(221,228,216)
#E5E9E1
(229,233,225)
#EDEEEA
(237,238,234)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C199 color. Also use rgb(165,193,153) instead hex code.

Text Font Color

.myTextColor { color: #A5C199; }

<p style="color:#A5C199">This sample text font color is #A5C199.</p>

This text font color is #A5C199.


Background Color

.myBgColor { background-color: #A5C199; }

<div style="background-color:#A5C199">Inner text</div>

This div background color is #A5C199.


Border color

.myBorderColor { border: 1px solid #A5C199; }

<div style="border:3px solid #A5C199">Div</div>

This div border color is #A5C199.


Opacity

.myOpacity80 { color: #A5C199; opacity: 0.8; }

<p style="color:#A5C199;opacity:0.8;">80%</p>

Text with #A5C199 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5C199;}

<p style="text-shadow: 3px 3px 1px #A5C199">Text here.</p>

This text has shadow with #A5C199 color.

.textShadow {text-shadow: 3px 3px 1px #A5C199, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5C199, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5C199 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5C199, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5C199, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5C199 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5C199;
  -webkit-box-shadow:	1px 1px 3px 2px #A5C199;
  box-shadow:		1px 1px 3px 2px #A5C199;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5C199;
-webkit-box-shadow: 1px 1px 3px 2px #A5C199;
box-shadow:1px 1px 3px 2px #A5C199;">
Div content here</div>
This div box has shadow with color #A5C199.

Preview

Color preview on black background

This text has color #A5C199 on black background.


Color preview on white background

This text has color #A5C199 on white background.



Black color preview on #A5C199 background

This text has black color on #A5C199 background.


White color preview on #A5C199 background

This text has white color on #A5C199 background.