Shades of Moss Green #ABDDA3
Tints of Moss Green #ABDDA3
RGB
CMYK
RGB Variations
Color information
#ABDDA3 (or 0xABDDA3) is known color: Moss Green. HEX triplet: AB, DD and A3. RGB value is (171,221,163). Sum of RGB (Red+Green+Blue) = 171+221+163=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDA3 is #54225C. Grayscale: #C7C7C7. Windows color (decimal): -5513821 or 10739115. OLE color: 10739115.
HSL color Cylindrical-coordinate representation of color #ABDDA3: hue angle of 111.72º 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 #ABDDA3 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 163 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.13 |
| HSL | 111.72º | 0.46% | 0.75% | - |
| HSV(B) | 111.72º | 0.26% | 0.87% | - |
| XYZ | 49.26 | 63.02 | 44.22 | - |
| YUV | 199.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 163 | 0.23 | 0 | 0.26 | 0.13 | 111.72 | 0.46 | 0.75 |
| Hex | AB | DD | A3 | 17 | 0 | 1A | D | 70 | 2E | 4B |
| Octal | 253 | 335 | 243 | 27 | 0 | 32 | 15 | 160 | 56 | 113 |
| Binary | 10101011 | 11011101 | 10100011 | 10111 | 0 | 11010 | 1101 | 1110000 | 101110 | 1001011 |
Color Harmonies of #ABDDA3
Complementary color
Monochromatic Colors of #ABDDA3
Black with #ABDDA3
Text Example
Text Example
White with #ABDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDA3; }
p { color: rgb(171,221,163); }
H1.HeaderClassName
{
color: #ABDDA3;
}
.AnyTagClassName
{
color: #ABDDA3;
}
</style>
background-color css
<style>
a { background-color: #ABDDA3; }
a { background-color: rgb(171,221,163); }
div.DivClassName
{
background-color: #ABDDA3;
}
.BgClassName
{
background-color: #ABDDA3;
}
</style>
border-color css
<style>
span { border-color: #ABDDA3; }
span { border-color: rgb(171,221,163); }
td.TdClassName
{
border-color: #ABDDA3;
}
.TagClassName
{
border-color: #ABDDA3;
}
</style>