Shades of Moss Green #ABDCAA
Tints of Moss Green #ABDCAA
RGB
CMYK
RGB Variations
Color information
#ABDCAA (or 0xABDCAA) is known color: Moss Green. HEX triplet: AB, DC and AA. RGB value is (171,220,170). Sum of RGB (Red+Green+Blue) = 171+220+170=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDCAA is #542355. Grayscale: #C7C7C7. Windows color (decimal): -5514070 or 11197611. OLE color: 11197611.
HSL color Cylindrical-coordinate representation of color #ABDCAA: hue angle of 118.8º 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 #ABDCAA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 170 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.14 |
| HSL | 118.8º | 0.42% | 0.76% | - |
| HSV(B) | 118.8º | 0.23% | 0.86% | - |
| XYZ | 49.64 | 62.75 | 47.53 | - |
| YUV | 199.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 170 | 0.22 | 0 | 0.23 | 0.14 | 118.8 | 0.42 | 0.76 |
| Hex | AB | DC | AA | 16 | 0 | 17 | E | 77 | 2A | 4C |
| Octal | 253 | 334 | 252 | 26 | 0 | 27 | 16 | 167 | 52 | 114 |
| Binary | 10101011 | 11011100 | 10101010 | 10110 | 0 | 10111 | 1110 | 1110111 | 101010 | 1001100 |
Color Harmonies of #ABDCAA
Complementary color
Monochromatic Colors of #ABDCAA
Black with #ABDCAA
Text Example
Text Example
White with #ABDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCAA; }
p { color: rgb(171,220,170); }
H1.HeaderClassName
{
color: #ABDCAA;
}
.AnyTagClassName
{
color: #ABDCAA;
}
</style>
background-color css
<style>
a { background-color: #ABDCAA; }
a { background-color: rgb(171,220,170); }
div.DivClassName
{
background-color: #ABDCAA;
}
.BgClassName
{
background-color: #ABDCAA;
}
</style>
border-color css
<style>
span { border-color: #ABDCAA; }
span { border-color: rgb(171,220,170); }
td.TdClassName
{
border-color: #ABDCAA;
}
.TagClassName
{
border-color: #ABDCAA;
}
</style>