Shades of Moss Green #AFDFAB
Tints of Moss Green #AFDFAB
RGB
CMYK
RGB Variations
Color information
#AFDFAB (or 0xAFDFAB) is known color: Moss Green. HEX triplet: AF, DF and AB. RGB value is (175,223,171). Sum of RGB (Red+Green+Blue) = 175+223+171=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDFAB is #502054. Grayscale: #CACACA. Windows color (decimal): -5251157 or 11263919. OLE color: 11263919.
HSL color Cylindrical-coordinate representation of color #AFDFAB: hue angle of 115.38º degrees, saturation: 0.45, 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 #AFDFAB is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 171 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.13 |
| HSL | 115.38º | 0.45% | 0.77% | - |
| HSV(B) | 115.38º | 0.23% | 0.87% | - |
| XYZ | 51.42 | 64.83 | 48.33 | - |
| YUV | 202.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 171 | 0.22 | 0 | 0.23 | 0.13 | 115.38 | 0.45 | 0.77 |
| Hex | AF | DF | AB | 16 | 0 | 17 | D | 73 | 2D | 4D |
| Octal | 257 | 337 | 253 | 26 | 0 | 27 | 15 | 163 | 55 | 115 |
| Binary | 10101111 | 11011111 | 10101011 | 10110 | 0 | 10111 | 1101 | 1110011 | 101101 | 1001101 |
Color Harmonies of #AFDFAB
Complementary color
Monochromatic Colors of #AFDFAB
Black with #AFDFAB
Text Example
Text Example
White with #AFDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFAB; }
p { color: rgb(175,223,171); }
H1.HeaderClassName
{
color: #AFDFAB;
}
.AnyTagClassName
{
color: #AFDFAB;
}
</style>
background-color css
<style>
a { background-color: #AFDFAB; }
a { background-color: rgb(175,223,171); }
div.DivClassName
{
background-color: #AFDFAB;
}
.BgClassName
{
background-color: #AFDFAB;
}
</style>
border-color css
<style>
span { border-color: #AFDFAB; }
span { border-color: rgb(175,223,171); }
td.TdClassName
{
border-color: #AFDFAB;
}
.TagClassName
{
border-color: #AFDFAB;
}
</style>