Shades of Moss Green #ABDBAC
Tints of Moss Green #ABDBAC
RGB
CMYK
RGB Variations
Color information
#ABDBAC (or 0xABDBAC) is known color: Moss Green. HEX triplet: AB, DB and AC. RGB value is (171,219,172). Sum of RGB (Red+Green+Blue) = 171+219+172=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDBAC is #542453. Grayscale: #C7C7C7. Windows color (decimal): -5514324 or 11328427. OLE color: 11328427.
HSL color Cylindrical-coordinate representation of color #ABDBAC: hue angle of 121.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBAC is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 171 | 219 | 172 | - |
CMYK | 0.22 | 0 | 0.21 | 0.14 |
HSL | 121.25º | 0.4% | 0.76% | - |
HSV(B) | 121.25º | 0.22% | 0.86% | - |
XYZ | 49.57 | 62.3 | 48.44 | - |
YUV | 199.29 | 112.6 | 107.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 219 | 172 | 0.22 | 0 | 0.21 | 0.14 | 121.25 | 0.4 | 0.76 |
Hex | AB | DB | AC | 16 | 0 | 15 | E | 79 | 28 | 4C |
Octal | 253 | 333 | 254 | 26 | 0 | 25 | 16 | 171 | 50 | 114 |
Binary | 10101011 | 11011011 | 10101100 | 10110 | 0 | 10101 | 1110 | 1111001 | 101000 | 1001100 |
Color Harmonies of #ABDBAC
Complementary color
Monochromatic Colors of #ABDBAC
Black with #ABDBAC
Text Example
Text Example
White with #ABDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBAC; }
p { color: rgb(171,219,172); }
H1.HeaderClassName
{
color: #ABDBAC;
}
.AnyTagClassName
{
color: #ABDBAC;
}
</style>
background-color css
<style>
a { background-color: #ABDBAC; }
a { background-color: rgb(171,219,172); }
div.DivClassName
{
background-color: #ABDBAC;
}
.BgClassName
{
background-color: #ABDBAC;
}
</style>
border-color css
<style>
span { border-color: #ABDBAC; }
span { border-color: rgb(171,219,172); }
td.TdClassName
{
border-color: #ABDBAC;
}
.TagClassName
{
border-color: #ABDBAC;
}
</style>