Shades of Moss Green #ABD5A4
Tints of Moss Green #ABD5A4
RGB
CMYK
RGB Variations
Color information
#ABD5A4 (or 0xABD5A4) is known color: Moss Green. HEX triplet: AB, D5 and A4. RGB value is (171,213,164). Sum of RGB (Red+Green+Blue) = 171+213+164=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD5A4 is #542A5B. Grayscale: #C3C3C3. Windows color (decimal): -5515868 or 10802603. OLE color: 10802603.
HSL color Cylindrical-coordinate representation of color #ABD5A4: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABD5A4 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 213 | 164 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.16 |
| HSL | 111.43º | 0.37% | 0.74% | - |
| HSV(B) | 111.43º | 0.23% | 0.84% | - |
| XYZ | 47.29 | 58.93 | 44 | - |
| YUV | 194.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 213 | 164 | 0.20 | 0 | 0.23 | 0.16 | 111.43 | 0.37 | 0.74 |
| Hex | AB | D5 | A4 | 14 | 0 | 17 | 10 | 6F | 25 | 4A |
| Octal | 253 | 325 | 244 | 24 | 0 | 27 | 20 | 157 | 45 | 112 |
| Binary | 10101011 | 11010101 | 10100100 | 10100 | 0 | 10111 | 10000 | 1101111 | 100101 | 1001010 |
Color Harmonies of #ABD5A4
Complementary color
Monochromatic Colors of #ABD5A4
Black with #ABD5A4
Text Example
Text Example
White with #ABD5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD5A4; }
p { color: rgb(171,213,164); }
H1.HeaderClassName
{
color: #ABD5A4;
}
.AnyTagClassName
{
color: #ABD5A4;
}
</style>
background-color css
<style>
a { background-color: #ABD5A4; }
a { background-color: rgb(171,213,164); }
div.DivClassName
{
background-color: #ABD5A4;
}
.BgClassName
{
background-color: #ABD5A4;
}
</style>
border-color css
<style>
span { border-color: #ABD5A4; }
span { border-color: rgb(171,213,164); }
td.TdClassName
{
border-color: #ABD5A4;
}
.TagClassName
{
border-color: #ABD5A4;
}
</style>