Shades of Moss Green #ABDDA4
Tints of Moss Green #ABDDA4
RGB
CMYK
RGB Variations
Color information
#ABDDA4 (or 0xABDDA4) is known color: Moss Green. HEX triplet: AB, DD and A4. RGB value is (171,221,164). Sum of RGB (Red+Green+Blue) = 171+221+164=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDA4 is #54225B. Grayscale: #C7C7C7. Windows color (decimal): -5513820 or 10804651. OLE color: 10804651.
HSL color Cylindrical-coordinate representation of color #ABDDA4: hue angle of 112.63º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABDDA4 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 164 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.13 |
| HSL | 112.63º | 0.46% | 0.75% | - |
| HSV(B) | 112.63º | 0.26% | 0.87% | - |
| XYZ | 49.35 | 63.05 | 44.69 | - |
| YUV | 199.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 164 | 0.23 | 0 | 0.26 | 0.13 | 112.63 | 0.46 | 0.75 |
| Hex | AB | DD | A4 | 17 | 0 | 1A | D | 71 | 2E | 4B |
| Octal | 253 | 335 | 244 | 27 | 0 | 32 | 15 | 161 | 56 | 113 |
| Binary | 10101011 | 11011101 | 10100100 | 10111 | 0 | 11010 | 1101 | 1110001 | 101110 | 1001011 |
Color Harmonies of #ABDDA4
Complementary color
Monochromatic Colors of #ABDDA4
Black with #ABDDA4
Text Example
Text Example
White with #ABDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDA4; }
p { color: rgb(171,221,164); }
H1.HeaderClassName
{
color: #ABDDA4;
}
.AnyTagClassName
{
color: #ABDDA4;
}
</style>
background-color css
<style>
a { background-color: #ABDDA4; }
a { background-color: rgb(171,221,164); }
div.DivClassName
{
background-color: #ABDDA4;
}
.BgClassName
{
background-color: #ABDDA4;
}
</style>
border-color css
<style>
span { border-color: #ABDDA4; }
span { border-color: rgb(171,221,164); }
td.TdClassName
{
border-color: #ABDDA4;
}
.TagClassName
{
border-color: #ABDDA4;
}
</style>