Shades of Moss Green #AFDEAA
Tints of Moss Green #AFDEAA
RGB
CMYK
RGB Variations
Color information
#AFDEAA (or 0xAFDEAA) is known color: Moss Green. HEX triplet: AF, DE and AA. RGB value is (175,222,170). Sum of RGB (Red+Green+Blue) = 175+222+170=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEAA is #502155. Grayscale: #CACACA. Windows color (decimal): -5251414 or 11198127. OLE color: 11198127.
HSL color Cylindrical-coordinate representation of color #AFDEAA: hue angle of 114.23º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDEAA is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 170 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.13 |
| HSL | 114.23º | 0.44% | 0.77% | - |
| HSV(B) | 114.23º | 0.23% | 0.87% | - |
| XYZ | 51.06 | 64.26 | 47.74 | - |
| YUV | 202.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 170 | 0.21 | 0 | 0.23 | 0.13 | 114.23 | 0.44 | 0.77 |
| Hex | AF | DE | AA | 15 | 0 | 17 | D | 72 | 2C | 4D |
| Octal | 257 | 336 | 252 | 25 | 0 | 27 | 15 | 162 | 54 | 115 |
| Binary | 10101111 | 11011110 | 10101010 | 10101 | 0 | 10111 | 1101 | 1110010 | 101100 | 1001101 |
Color Harmonies of #AFDEAA
Complementary color
Monochromatic Colors of #AFDEAA
Black with #AFDEAA
Text Example
Text Example
White with #AFDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEAA; }
p { color: rgb(175,222,170); }
H1.HeaderClassName
{
color: #AFDEAA;
}
.AnyTagClassName
{
color: #AFDEAA;
}
</style>
background-color css
<style>
a { background-color: #AFDEAA; }
a { background-color: rgb(175,222,170); }
div.DivClassName
{
background-color: #AFDEAA;
}
.BgClassName
{
background-color: #AFDEAA;
}
</style>
border-color css
<style>
span { border-color: #AFDEAA; }
span { border-color: rgb(175,222,170); }
td.TdClassName
{
border-color: #AFDEAA;
}
.TagClassName
{
border-color: #AFDEAA;
}
</style>