COLOR #AFC499

HEX: #AFC499 RGB: (175,196,153)

Color info

#AFC499 contains red, green and blue colors in about the same proportion. Web safe color of #AFC499 is #99CC99 (or #9C9).

RGB color model

#AFC499 color RGB value is (175,196,153).

RGB: (175,196,153) (69%, 77%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 153 of 255 = 60%

175
196
153

R + G + B ~ 69%. #AFC499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 196 + 153 = 524 (100%)
R 175 of 524 ~ 33.4%
G 196 of 524 ~ 37.4%
B 153 of 524 ~ 29.2'%

%33.4
%37.4
%29.2

CMYK color model

#AFC499 color CMYK value is (11,0,22,23).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 23.14%

CMYK: (11,0,22,23)
C11M0Y22K23 (11%, 0%, 22%, 23%)
(0.11 / 0.00 / 0.22 / 0.23)

CMYK percentages

%10.71
%0
%21.94
%23.14

Codes

Color #AFC499 in popluar color models

AF C4 99
RGB 175 196 153
HSL 89° 26.71% 68.43%
HSB/HSV 89° 21.94% 76.86%
CMYK 10.71% 0.00% 21.94%
23.14%

Color #AFC499 in popluar number systems.

HEX AF C4 99
Decimal 175 196 153
Binary 10101111 11000100 10011001
Octal 257 304 231

Shades and tints

Shades of #AFC499

#AFC499
(175,196,153)
#A0B38C
(160,179,140)
#91A27F
(145,162,127)
#829172
(130,145,114)
#738065
(115,128,101)
#646F58
(100,111,88)
#555E4B
(85,94,75)
#464D3E
(70,77,62)
#373C31
(55,60,49)
#282B24
(40,43,36)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFC499

#AFC499
(175,196,153)
#B6C9A2
(182,201,162)
#BDCEAB
(189,206,171)
#C4D3B4
(196,211,180)
#CBD8BD
(203,216,189)
#D2DDC6
(210,221,198)
#D9E2CF
(217,226,207)
#E0E7D8
(224,231,216)
#E7ECE1
(231,236,225)
#EEF1EA
(238,241,234)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC499 color. Also use rgb(175,196,153) instead hex code.

Text Font Color

.myTextColor { color: #AFC499; }

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

This text font color is #AFC499.

Background Color

.myBgColor { background-color: #AFC499; }

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

This div background color is #AFC499.

Border color

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

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

This div border color is #AFC499.

Opacity

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

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

Text with #AFC499 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 #AFC499;}

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

This text has shadow with #AFC499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC499.

Preview

Color preview on black background

This text has color #AFC499 on black background.


Color preview on white background

This text has color #AFC499 on white background.


Black color preview on #AFC499 background

This text has black color on #AFC499 background.


White color preview on #AFC499 background

This text has white color on #AFC499 background.


Related colors

Complementary color

Complementary color for #hex is #503B66.


I love getcolorcode.com

Triadic colors

1 #99AFC4 and #C499AF with #AFC499 are triadic colors.

2 #99C4AF and #C4AF99 with #AFC499 are triadic colors.