Shades of Moss Green #AFDEAB
Tints of Moss Green #AFDEAB
RGB
CMYK
RGB Variations
Color information
#AFDEAB (or 0xAFDEAB) is known color: Moss Green. HEX triplet: AF, DE and AB. RGB value is (175,222,171). Sum of RGB (Red+Green+Blue) = 175+222+171=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEAB is #502154. Grayscale: #CACACA. Windows color (decimal): -5251413 or 11263663. OLE color: 11263663.
HSL color Cylindrical-coordinate representation of color #AFDEAB: hue angle of 115.29º 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 #AFDEAB is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 171 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.13 |
| HSL | 115.29º | 0.44% | 0.77% | - |
| HSV(B) | 115.29º | 0.23% | 0.87% | - |
| XYZ | 51.15 | 64.3 | 48.24 | - |
| YUV | 202.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 171 | 0.21 | 0 | 0.23 | 0.13 | 115.29 | 0.44 | 0.77 |
| Hex | AF | DE | AB | 15 | 0 | 17 | D | 73 | 2C | 4D |
| Octal | 257 | 336 | 253 | 25 | 0 | 27 | 15 | 163 | 54 | 115 |
| Binary | 10101111 | 11011110 | 10101011 | 10101 | 0 | 10111 | 1101 | 1110011 | 101100 | 1001101 |
Color Harmonies of #AFDEAB
Complementary color
Monochromatic Colors of #AFDEAB
Black with #AFDEAB
Text Example
Text Example
White with #AFDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEAB; }
p { color: rgb(175,222,171); }
H1.HeaderClassName
{
color: #AFDEAB;
}
.AnyTagClassName
{
color: #AFDEAB;
}
</style>
background-color css
<style>
a { background-color: #AFDEAB; }
a { background-color: rgb(175,222,171); }
div.DivClassName
{
background-color: #AFDEAB;
}
.BgClassName
{
background-color: #AFDEAB;
}
</style>
border-color css
<style>
span { border-color: #AFDEAB; }
span { border-color: rgb(175,222,171); }
td.TdClassName
{
border-color: #AFDEAB;
}
.TagClassName
{
border-color: #AFDEAB;
}
</style>