COLOR #AFE39D

HEX: #AFE39D
RGB: (175,227,157)

Color info

#AFE39D contains mainly red and green colors. Web safe color of #AFE39D is #99CC99 (or #9C9).

RGB color model

#AFE39D color RGB value is (175,227,157).

  • red value is 175;
  • green value is 227;
  • blue value is 157.
RGB:
(175,227,157)
(69%,89%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 227 of 255 = 89%
B 157 of 255 = 62%

175
227
157

R + G + B ~ 73%. #AFE39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 227 + 157 = 559 (100%)
R 175 of 559 ~ 31.31%
G 227 of 559 ~ 40.61%
B 157 of 559 ~ 28.09%

%31.31
%40.61
%28.09

CMYK color model

#AFE39D color CMYK value is (23,0,31,11).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 10.98%
CMYK:
(23,0,31,11)
C23M0Y31K11 
(23%,0%,31%,11%)
(0.23/0.00/0.31/0.11)	

CMYK percentages

%22.91
%0
%30.84
%10.98

Codes

Color #AFE39D in popluar color models

AFE39D
RGB175227157
HSL105°55.56%75.29%
HSB/HSV105°30.84%89.02%
CMYK22.91%0.00%30.84%
10.98%

Color #AFE39D in popluar number systems.

HEXAFE39D
Decimal175227157
Binary101011111110001110011101
Octal257343235

Shades and tints

Shades of #AFE39D

#AFE39D
(175,227,157)
#A0CF8F
(160,207,143)
#91BB81
(145,187,129)
#82A773
(130,167,115)
#739365
(115,147,101)
#647F57
(100,127,87)
#556B49
(85,107,73)
#46573B
(70,87,59)
#37432D
(55,67,45)
#282F1F
(40,47,31)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #AFE39D

#AFE39D
(175,227,157)
#B6E5A5
(182,229,165)
#BDE7AD
(189,231,173)
#C4E9B5
(196,233,181)
#CBEBBD
(203,235,189)
#D2EDC5
(210,237,197)
#D9EFCD
(217,239,205)
#E0F1D5
(224,241,213)
#E7F3DD
(231,243,221)
#EEF5E5
(238,245,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE39D color. Also use rgb(175,227,157) instead hex code.

Text Font Color

.myTextColor { color: #AFE39D; }

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

This text font color is #AFE39D.


Background Color

.myBgColor { background-color: #AFE39D; }

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

This div background color is #AFE39D.


Border color

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

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

This div border color is #AFE39D.


Opacity

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

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

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

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

This text has shadow with #AFE39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE39D on black background.


Color preview on white background

This text has color #AFE39D on white background.



Black color preview on #AFE39D background

This text has black color on #AFE39D background.


White color preview on #AFE39D background

This text has white color on #AFE39D background.