Shades of Moss Green #AFDCAA
Tints of Moss Green #AFDCAA
RGB
CMYK
RGB Variations
Color information
#AFDCAA (or 0xAFDCAA) is known color: Moss Green. HEX triplet: AF, DC and AA. RGB value is (175,220,170). Sum of RGB (Red+Green+Blue) = 175+220+170=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCAA is #502355. Grayscale: #C8C8C8. Windows color (decimal): -5251926 or 11197615. OLE color: 11197615.
HSL color Cylindrical-coordinate representation of color #AFDCAA: hue angle of 114º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDCAA is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 170 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.14 |
| HSL | 114º | 0.42% | 0.76% | - |
| HSV(B) | 114º | 0.23% | 0.86% | - |
| XYZ | 50.53 | 63.2 | 47.57 | - |
| YUV | 200.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 170 | 0.20 | 0 | 0.23 | 0.14 | 114 | 0.42 | 0.76 |
| Hex | AF | DC | AA | 14 | 0 | 17 | E | 72 | 2A | 4C |
| Octal | 257 | 334 | 252 | 24 | 0 | 27 | 16 | 162 | 52 | 114 |
| Binary | 10101111 | 11011100 | 10101010 | 10100 | 0 | 10111 | 1110 | 1110010 | 101010 | 1001100 |
Color Harmonies of #AFDCAA
Complementary color
Monochromatic Colors of #AFDCAA
Black with #AFDCAA
Text Example
Text Example
White with #AFDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCAA; }
p { color: rgb(175,220,170); }
H1.HeaderClassName
{
color: #AFDCAA;
}
.AnyTagClassName
{
color: #AFDCAA;
}
</style>
background-color css
<style>
a { background-color: #AFDCAA; }
a { background-color: rgb(175,220,170); }
div.DivClassName
{
background-color: #AFDCAA;
}
.BgClassName
{
background-color: #AFDCAA;
}
</style>
border-color css
<style>
span { border-color: #AFDCAA; }
span { border-color: rgb(175,220,170); }
td.TdClassName
{
border-color: #AFDCAA;
}
.TagClassName
{
border-color: #AFDCAA;
}
</style>