Shades of Moss Green #AFDDAB
Tints of Moss Green #AFDDAB
RGB
CMYK
RGB Variations
Color information
#AFDDAB (or 0xAFDDAB) is known color: Moss Green. HEX triplet: AF, DD and AB. RGB value is (175,221,171). Sum of RGB (Red+Green+Blue) = 175+221+171=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDAB is #502254. Grayscale: #C9C9C9. Windows color (decimal): -5251669 or 11263407. OLE color: 11263407.
HSL color Cylindrical-coordinate representation of color #AFDDAB: hue angle of 115.2º degrees, saturation: 0.42, 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 #AFDDAB is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 171 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.13 |
| HSL | 115.2º | 0.42% | 0.77% | - |
| HSV(B) | 115.2º | 0.23% | 0.87% | - |
| XYZ | 50.89 | 63.77 | 48.15 | - |
| YUV | 201.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 171 | 0.21 | 0 | 0.23 | 0.13 | 115.2 | 0.42 | 0.77 |
| Hex | AF | DD | AB | 15 | 0 | 17 | D | 73 | 2A | 4D |
| Octal | 257 | 335 | 253 | 25 | 0 | 27 | 15 | 163 | 52 | 115 |
| Binary | 10101111 | 11011101 | 10101011 | 10101 | 0 | 10111 | 1101 | 1110011 | 101010 | 1001101 |
Color Harmonies of #AFDDAB
Complementary color
Monochromatic Colors of #AFDDAB
Black with #AFDDAB
Text Example
Text Example
White with #AFDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDAB; }
p { color: rgb(175,221,171); }
H1.HeaderClassName
{
color: #AFDDAB;
}
.AnyTagClassName
{
color: #AFDDAB;
}
</style>
background-color css
<style>
a { background-color: #AFDDAB; }
a { background-color: rgb(175,221,171); }
div.DivClassName
{
background-color: #AFDDAB;
}
.BgClassName
{
background-color: #AFDDAB;
}
</style>
border-color css
<style>
span { border-color: #AFDDAB; }
span { border-color: rgb(175,221,171); }
td.TdClassName
{
border-color: #AFDDAB;
}
.TagClassName
{
border-color: #AFDDAB;
}
</style>