COLOR #AFEC9B

HEX: #AFEC9B
RGB: (175,236,155)

Color info

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

RGB color model

#AFEC9B color RGB value is (175,236,155).

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

RGB channels and saturation

R 175 of 255 = 69%
G 236 of 255 = 93%
B 155 of 255 = 61%

175
236
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 236 + 155 = 566 (100%)
R 175 of 566 ~ 30.92%
G 236 of 566 ~ 41.7%
B 155 of 566 ~ 27.39%

%30.92
%41.7
%27.39

CMYK color model

#AFEC9B color CMYK value is (26,0,34,7).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 34.32%
  • key color value is 7.45%
CMYK:
(26,0,34,7)
C26M0Y34K7 
(26%,0%,34%,7%)
(0.26/0.00/0.34/0.07)	

CMYK percentages

%25.85
%0
%34.32
%7.45

Codes

Color #AFEC9B in popluar color models

AFEC9B
RGB175236155
HSL105°68.07%76.67%
HSB/HSV105°34.32%92.55%
CMYK25.85%0.00%34.32%
7.45%

Color #AFEC9B in popluar number systems.

HEXAFEC9B
Decimal175236155
Binary101011111110110010011011
Octal257354233

Shades and tints

Shades of #AFEC9B

#AFEC9B
(175,236,155)
#A0D78D
(160,215,141)
#91C27F
(145,194,127)
#82AD71
(130,173,113)
#739863
(115,152,99)
#648355
(100,131,85)
#556E47
(85,110,71)
#465939
(70,89,57)
#37442B
(55,68,43)
#282F1D
(40,47,29)
#191A0F
(25,26,15)
#000000
(0,0,0)

Tints of #AFEC9B

#AFEC9B
(175,236,155)
#B6EDA4
(182,237,164)
#BDEEAD
(189,238,173)
#C4EFB6
(196,239,182)
#CBF0BF
(203,240,191)
#D2F1C8
(210,241,200)
#D9F2D1
(217,242,209)
#E0F3DA
(224,243,218)
#E7F4E3
(231,244,227)
#EEF5EC
(238,245,236)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEC9B; }

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

This text font color is #AFEC9B.


Background Color

.myBgColor { background-color: #AFEC9B; }

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

This div background color is #AFEC9B.


Border color

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

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

This div border color is #AFEC9B.


Opacity

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

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

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

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

This text has shadow with #AFEC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEC9B on black background.


Color preview on white background

This text has color #AFEC9B on white background.



Black color preview on #AFEC9B background

This text has black color on #AFEC9B background.


White color preview on #AFEC9B background

This text has white color on #AFEC9B background.