Shades of Moss Green #A4DBA4
Tints of Moss Green #A4DBA4
RGB
CMYK
RGB Variations
Color information
#A4DBA4 (or 0xA4DBA4) is known color: Moss Green. HEX triplet: A4, DB and A4. RGB value is (164,219,164). Sum of RGB (Red+Green+Blue) = 164+219+164=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBA4 is #5B245B. Grayscale: #C4C4C4. Windows color (decimal): -5973084 or 10804132. OLE color: 10804132.
HSL color Cylindrical-coordinate representation of color #A4DBA4: hue angle of 120º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DBA4 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 164 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.14 |
| HSL | 120º | 0.43% | 0.75% | - |
| HSV(B) | 120º | 0.25% | 0.86% | - |
| XYZ | 47.34 | 61.24 | 44.45 | - |
| YUV | 196.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 164 | 0.25 | 0 | 0.25 | 0.14 | 120 | 0.43 | 0.75 |
| Hex | A4 | DB | A4 | 19 | 0 | 19 | E | 78 | 2B | 4B |
| Octal | 244 | 333 | 244 | 31 | 0 | 31 | 16 | 170 | 53 | 113 |
| Binary | 10100100 | 11011011 | 10100100 | 11001 | 0 | 11001 | 1110 | 1111000 | 101011 | 1001011 |
Color Harmonies of #A4DBA4
Complementary color
Monochromatic Colors of #A4DBA4
Black with #A4DBA4
Text Example
Text Example
White with #A4DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBA4; }
p { color: rgb(164,219,164); }
H1.HeaderClassName
{
color: #A4DBA4;
}
.AnyTagClassName
{
color: #A4DBA4;
}
</style>
background-color css
<style>
a { background-color: #A4DBA4; }
a { background-color: rgb(164,219,164); }
div.DivClassName
{
background-color: #A4DBA4;
}
.BgClassName
{
background-color: #A4DBA4;
}
</style>
border-color css
<style>
span { border-color: #A4DBA4; }
span { border-color: rgb(164,219,164); }
td.TdClassName
{
border-color: #A4DBA4;
}
.TagClassName
{
border-color: #A4DBA4;
}
</style>