Shades of Moss Green #AFDBAB
Tints of Moss Green #AFDBAB
RGB
CMYK
RGB Variations
Color information
#AFDBAB (or 0xAFDBAB) is known color: Moss Green. HEX triplet: AF, DB and AB. RGB value is (175,219,171). Sum of RGB (Red+Green+Blue) = 175+219+171=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDBAB is #502454. Grayscale: #C8C8C8. Windows color (decimal): -5252181 or 11262895. OLE color: 11262895.
HSL color Cylindrical-coordinate representation of color #AFDBAB: hue angle of 115º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDBAB is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 171 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.14 |
| HSL | 115º | 0.4% | 0.76% | - |
| HSV(B) | 115º | 0.22% | 0.86% | - |
| XYZ | 50.36 | 62.72 | 47.98 | - |
| YUV | 200.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 171 | 0.20 | 0 | 0.22 | 0.14 | 115 | 0.4 | 0.76 |
| Hex | AF | DB | AB | 14 | 0 | 16 | E | 73 | 28 | 4C |
| Octal | 257 | 333 | 253 | 24 | 0 | 26 | 16 | 163 | 50 | 114 |
| Binary | 10101111 | 11011011 | 10101011 | 10100 | 0 | 10110 | 1110 | 1110011 | 101000 | 1001100 |
Color Harmonies of #AFDBAB
Complementary color
Monochromatic Colors of #AFDBAB
Black with #AFDBAB
Text Example
Text Example
White with #AFDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBAB; }
p { color: rgb(175,219,171); }
H1.HeaderClassName
{
color: #AFDBAB;
}
.AnyTagClassName
{
color: #AFDBAB;
}
</style>
background-color css
<style>
a { background-color: #AFDBAB; }
a { background-color: rgb(175,219,171); }
div.DivClassName
{
background-color: #AFDBAB;
}
.BgClassName
{
background-color: #AFDBAB;
}
</style>
border-color css
<style>
span { border-color: #AFDBAB; }
span { border-color: rgb(175,219,171); }
td.TdClassName
{
border-color: #AFDBAB;
}
.TagClassName
{
border-color: #AFDBAB;
}
</style>