Shades of Moss Green #ABD4A5
Tints of Moss Green #ABD4A5
RGB
CMYK
RGB Variations
Color information
#ABD4A5 (or 0xABD4A5) is known color: Moss Green. HEX triplet: AB, D4 and A5. RGB value is (171,212,165). Sum of RGB (Red+Green+Blue) = 171+212+165=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD4A5 is #542B5A. Grayscale: #C2C2C2. Windows color (decimal): -5516123 or 10867883. OLE color: 10867883.
HSL color Cylindrical-coordinate representation of color #ABD4A5: hue angle of 112.34º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABD4A5 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 212 | 165 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.17 |
| HSL | 112.34º | 0.35% | 0.74% | - |
| HSV(B) | 112.34º | 0.22% | 0.83% | - |
| XYZ | 47.13 | 58.46 | 44.4 | - |
| YUV | 194.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 212 | 165 | 0.19 | 0 | 0.22 | 0.17 | 112.34 | 0.35 | 0.74 |
| Hex | AB | D4 | A5 | 13 | 0 | 16 | 11 | 70 | 23 | 4A |
| Octal | 253 | 324 | 245 | 23 | 0 | 26 | 21 | 160 | 43 | 112 |
| Binary | 10101011 | 11010100 | 10100101 | 10011 | 0 | 10110 | 10001 | 1110000 | 100011 | 1001010 |
Color Harmonies of #ABD4A5
Complementary color
Monochromatic Colors of #ABD4A5
Black with #ABD4A5
Text Example
Text Example
White with #ABD4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD4A5; }
p { color: rgb(171,212,165); }
H1.HeaderClassName
{
color: #ABD4A5;
}
.AnyTagClassName
{
color: #ABD4A5;
}
</style>
background-color css
<style>
a { background-color: #ABD4A5; }
a { background-color: rgb(171,212,165); }
div.DivClassName
{
background-color: #ABD4A5;
}
.BgClassName
{
background-color: #ABD4A5;
}
</style>
border-color css
<style>
span { border-color: #ABD4A5; }
span { border-color: rgb(171,212,165); }
td.TdClassName
{
border-color: #ABD4A5;
}
.TagClassName
{
border-color: #ABD4A5;
}
</style>