Shades of Moss Green #AFDEA9
Tints of Moss Green #AFDEA9
RGB
CMYK
RGB Variations
Color information
#AFDEA9 (or 0xAFDEA9) is known color: Moss Green. HEX triplet: AF, DE and A9. RGB value is (175,222,169). Sum of RGB (Red+Green+Blue) = 175+222+169=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEA9 is #502156. Grayscale: #CACACA. Windows color (decimal): -5251415 or 11132591. OLE color: 11132591.
HSL color Cylindrical-coordinate representation of color #AFDEA9: hue angle of 113.21º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFDEA9 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 169 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.13 |
| HSL | 113.21º | 0.45% | 0.77% | - |
| HSV(B) | 113.21º | 0.24% | 0.87% | - |
| XYZ | 50.96 | 64.22 | 47.25 | - |
| YUV | 201.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 169 | 0.21 | 0 | 0.24 | 0.13 | 113.21 | 0.45 | 0.77 |
| Hex | AF | DE | A9 | 15 | 0 | 18 | D | 71 | 2D | 4D |
| Octal | 257 | 336 | 251 | 25 | 0 | 30 | 15 | 161 | 55 | 115 |
| Binary | 10101111 | 11011110 | 10101001 | 10101 | 0 | 11000 | 1101 | 1110001 | 101101 | 1001101 |
Color Harmonies of #AFDEA9
Complementary color
Monochromatic Colors of #AFDEA9
Black with #AFDEA9
Text Example
Text Example
White with #AFDEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEA9; }
p { color: rgb(175,222,169); }
H1.HeaderClassName
{
color: #AFDEA9;
}
.AnyTagClassName
{
color: #AFDEA9;
}
</style>
background-color css
<style>
a { background-color: #AFDEA9; }
a { background-color: rgb(175,222,169); }
div.DivClassName
{
background-color: #AFDEA9;
}
.BgClassName
{
background-color: #AFDEA9;
}
</style>
border-color css
<style>
span { border-color: #AFDEA9; }
span { border-color: rgb(175,222,169); }
td.TdClassName
{
border-color: #AFDEA9;
}
.TagClassName
{
border-color: #AFDEA9;
}
</style>