COLOR #AFD081

HEX: #AFD081
RGB: (175,208,129)

Color info

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

RGB color model

#AFD081 color RGB value is (175,208,129).

  • red value is 175;
  • green value is 208;
  • blue value is 129.
RGB:
(175,208,129)
(69%,82%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 129 of 255 = 51%

175
208
129

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

Portions of RGB colors in percentages

R + G + B =
175 + 208 + 129 = 512 (100%)
R 175 of 512 ~ 34.18%
G 208 of 512 ~ 40.63%
B 129 of 512 ~ 25.2%

%34.18
%40.63
%25.2

CMYK color model

#AFD081 color CMYK value is (16,0,38,18).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 37.98%
  • key color value is 18.43%
CMYK:
(16,0,38,18)
C16M0Y38K18 
(16%,0%,38%,18%)
(0.16/0.00/0.38/0.18)	

CMYK percentages

%15.87
%0
%37.98
%18.43

Codes

Color #AFD081 in popluar color models

AFD081
RGB175208129
HSL85°45.66%66.08%
HSB/HSV85°37.98%81.57%
CMYK15.87%0.00%37.98%
18.43%

Color #AFD081 in popluar number systems.

HEXAFD081
Decimal175208129
Binary101011111101000010000001
Octal257320201

Shades and tints

Shades of #AFD081

#AFD081
(175,208,129)
#A0BE76
(160,190,118)
#91AC6B
(145,172,107)
#829A60
(130,154,96)
#738855
(115,136,85)
#64764A
(100,118,74)
#55643F
(85,100,63)
#465234
(70,82,52)
#374029
(55,64,41)
#282E1E
(40,46,30)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #AFD081

#AFD081
(175,208,129)
#B6D48C
(182,212,140)
#BDD897
(189,216,151)
#C4DCA2
(196,220,162)
#CBE0AD
(203,224,173)
#D2E4B8
(210,228,184)
#D9E8C3
(217,232,195)
#E0ECCE
(224,236,206)
#E7F0D9
(231,240,217)
#EEF4E4
(238,244,228)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD081 color. Also use rgb(175,208,129) instead hex code.

Text Font Color

.myTextColor { color: #AFD081; }

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

This text font color is #AFD081.


Background Color

.myBgColor { background-color: #AFD081; }

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

This div background color is #AFD081.


Border color

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

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

This div border color is #AFD081.


Opacity

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

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

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

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

This text has shadow with #AFD081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD081 on black background.


Color preview on white background

This text has color #AFD081 on white background.



Black color preview on #AFD081 background

This text has black color on #AFD081 background.


White color preview on #AFD081 background

This text has white color on #AFD081 background.