COLOR #AFD06D

HEX: #AFD06D
RGB: (175,208,109)

Color info

#AFD06D contains mainly red and green colors. Web safe color of #AFD06D is #99CC66 (or #9C6).

RGB color model

#AFD06D color RGB value is (175,208,109).

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

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 109 of 255 = 43%

175
208
109

R + G + B ~ 65%. #AFD06D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 208 + 109 = 492 (100%)
R 175 of 492 ~ 35.57%
G 208 of 492 ~ 42.28%
B 109 of 492 ~ 22.15%

%35.57
%42.28
%22.15

CMYK color model

#AFD06D color CMYK value is (16,0,48,18).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 47.60%
  • key color value is 18.43%
CMYK:
(16,0,48,18)
C16M0Y48K18 
(16%,0%,48%,18%)
(0.16/0.00/0.48/0.18)	

CMYK percentages

%15.87
%0
%47.6
%18.43

Codes

Color #AFD06D in popluar color models

AFD06D
RGB175208109
HSL80°51.30%62.16%
HSB/HSV80°47.60%81.57%
CMYK15.87%0.00%47.60%
18.43%

Color #AFD06D in popluar number systems.

HEXAFD06D
Decimal175208109
Binary10101111110100001101101
Octal257320155

Shades and tints

Shades of #AFD06D

#AFD06D
(175,208,109)
#A0BE64
(160,190,100)
#91AC5B
(145,172,91)
#829A52
(130,154,82)
#738849
(115,136,73)
#647640
(100,118,64)
#556437
(85,100,55)
#46522E
(70,82,46)
#374025
(55,64,37)
#282E1C
(40,46,28)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #AFD06D

#AFD06D
(175,208,109)
#B6D47A
(182,212,122)
#BDD887
(189,216,135)
#C4DC94
(196,220,148)
#CBE0A1
(203,224,161)
#D2E4AE
(210,228,174)
#D9E8BB
(217,232,187)
#E0ECC8
(224,236,200)
#E7F0D5
(231,240,213)
#EEF4E2
(238,244,226)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD06D; }

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

This text font color is #AFD06D.


Background Color

.myBgColor { background-color: #AFD06D; }

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

This div background color is #AFD06D.


Border color

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

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

This div border color is #AFD06D.


Opacity

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

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

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

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

This text has shadow with #AFD06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD06D on black background.


Color preview on white background

This text has color #AFD06D on white background.



Black color preview on #AFD06D background

This text has black color on #AFD06D background.


White color preview on #AFD06D background

This text has white color on #AFD06D background.