Shades of Moss Green #AFDFAA
Tints of Moss Green #AFDFAA
RGB
CMYK
RGB Variations
Color information
#AFDFAA (or 0xAFDFAA) is known color: Moss Green. HEX triplet: AF, DF and AA. RGB value is (175,223,170). Sum of RGB (Red+Green+Blue) = 175+223+170=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDFAA is #502055. Grayscale: #CACACA. Windows color (decimal): -5251158 or 11198383. OLE color: 11198383.
HSL color Cylindrical-coordinate representation of color #AFDFAA: hue angle of 114.34º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFDFAA is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 170 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.13 |
| HSL | 114.34º | 0.45% | 0.77% | - |
| HSV(B) | 114.34º | 0.24% | 0.87% | - |
| XYZ | 51.32 | 64.79 | 47.83 | - |
| YUV | 202.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 170 | 0.22 | 0 | 0.24 | 0.13 | 114.34 | 0.45 | 0.77 |
| Hex | AF | DF | AA | 16 | 0 | 18 | D | 72 | 2D | 4D |
| Octal | 257 | 337 | 252 | 26 | 0 | 30 | 15 | 162 | 55 | 115 |
| Binary | 10101111 | 11011111 | 10101010 | 10110 | 0 | 11000 | 1101 | 1110010 | 101101 | 1001101 |
Color Harmonies of #AFDFAA
Complementary color
Monochromatic Colors of #AFDFAA
Black with #AFDFAA
Text Example
Text Example
White with #AFDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFAA; }
p { color: rgb(175,223,170); }
H1.HeaderClassName
{
color: #AFDFAA;
}
.AnyTagClassName
{
color: #AFDFAA;
}
</style>
background-color css
<style>
a { background-color: #AFDFAA; }
a { background-color: rgb(175,223,170); }
div.DivClassName
{
background-color: #AFDFAA;
}
.BgClassName
{
background-color: #AFDFAA;
}
</style>
border-color css
<style>
span { border-color: #AFDFAA; }
span { border-color: rgb(175,223,170); }
td.TdClassName
{
border-color: #AFDFAA;
}
.TagClassName
{
border-color: #AFDFAA;
}
</style>