COLOR #AFEC99

HEX: #AFEC99
RGB: (175,236,153)

Color info

#AFEC99 contains mainly green color. Web safe color of #AFEC99 is #99FF99 (or #9F9).

RGB color model

#AFEC99 color RGB value is (175,236,153).

  • red value is 175;
  • green value is 236;
  • blue value is 153.
RGB:
(175,236,153)
(69%,93%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 236 of 255 = 93%
B 153 of 255 = 60%

175
236
153

R + G + B ~ 74%. #AFEC99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 236 + 153 = 564 (100%)
R 175 of 564 ~ 31.03%
G 236 of 564 ~ 41.84%
B 153 of 564 ~ 27.13%

%31.03
%41.84
%27.13

CMYK color model

#AFEC99 color CMYK value is (26,0,35,7).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 35.17%
  • key color value is 7.45%
CMYK:
(26,0,35,7)
C26M0Y35K7 
(26%,0%,35%,7%)
(0.26/0.00/0.35/0.07)	

CMYK percentages

%25.85
%0
%35.17
%7.45

Codes

Color #AFEC99 in popluar color models

AFEC99
RGB175236153
HSL104°68.60%76.27%
HSB/HSV104°35.17%92.55%
CMYK25.85%0.00%35.17%
7.45%

Color #AFEC99 in popluar number systems.

HEXAFEC99
Decimal175236153
Binary101011111110110010011001
Octal257354231

Shades and tints

Shades of #AFEC99

#AFEC99
(175,236,153)
#A0D78C
(160,215,140)
#91C27F
(145,194,127)
#82AD72
(130,173,114)
#739865
(115,152,101)
#648358
(100,131,88)
#556E4B
(85,110,75)
#46593E
(70,89,62)
#374431
(55,68,49)
#282F24
(40,47,36)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFEC99

#AFEC99
(175,236,153)
#B6EDA2
(182,237,162)
#BDEEAB
(189,238,171)
#C4EFB4
(196,239,180)
#CBF0BD
(203,240,189)
#D2F1C6
(210,241,198)
#D9F2CF
(217,242,207)
#E0F3D8
(224,243,216)
#E7F4E1
(231,244,225)
#EEF5EA
(238,245,234)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEC99; }

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

This text font color is #AFEC99.


Background Color

.myBgColor { background-color: #AFEC99; }

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

This div background color is #AFEC99.


Border color

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

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

This div border color is #AFEC99.


Opacity

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

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

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

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

This text has shadow with #AFEC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEC99 on black background.


Color preview on white background

This text has color #AFEC99 on white background.



Black color preview on #AFEC99 background

This text has black color on #AFEC99 background.


White color preview on #AFEC99 background

This text has white color on #AFEC99 background.