Shades of Moss Green #A4DBA3
Tints of Moss Green #A4DBA3
RGB
CMYK
RGB Variations
Color information
#A4DBA3 (or 0xA4DBA3) is known color: Moss Green. HEX triplet: A4, DB and A3. RGB value is (164,219,163). Sum of RGB (Red+Green+Blue) = 164+219+163=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBA3 is #5B245C. Grayscale: #C4C4C4. Windows color (decimal): -5973085 or 10738596. OLE color: 10738596.
HSL color Cylindrical-coordinate representation of color #A4DBA3: hue angle of 118.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DBA3 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 163 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.14 |
| HSL | 118.93º | 0.44% | 0.75% | - |
| HSV(B) | 118.93º | 0.26% | 0.86% | - |
| XYZ | 47.25 | 61.2 | 43.97 | - |
| YUV | 196.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 163 | 0.25 | 0 | 0.26 | 0.14 | 118.93 | 0.44 | 0.75 |
| Hex | A4 | DB | A3 | 19 | 0 | 1A | E | 77 | 2C | 4B |
| Octal | 244 | 333 | 243 | 31 | 0 | 32 | 16 | 167 | 54 | 113 |
| Binary | 10100100 | 11011011 | 10100011 | 11001 | 0 | 11010 | 1110 | 1110111 | 101100 | 1001011 |
Color Harmonies of #A4DBA3
Complementary color
Monochromatic Colors of #A4DBA3
Black with #A4DBA3
Text Example
Text Example
White with #A4DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBA3; }
p { color: rgb(164,219,163); }
H1.HeaderClassName
{
color: #A4DBA3;
}
.AnyTagClassName
{
color: #A4DBA3;
}
</style>
background-color css
<style>
a { background-color: #A4DBA3; }
a { background-color: rgb(164,219,163); }
div.DivClassName
{
background-color: #A4DBA3;
}
.BgClassName
{
background-color: #A4DBA3;
}
</style>
border-color css
<style>
span { border-color: #A4DBA3; }
span { border-color: rgb(164,219,163); }
td.TdClassName
{
border-color: #A4DBA3;
}
.TagClassName
{
border-color: #A4DBA3;
}
</style>