Shades of Moss Green #A5DBA4
Tints of Moss Green #A5DBA4
RGB
CMYK
RGB Variations
Color information
#A5DBA4 (or 0xA5DBA4) is known color: Moss Green. HEX triplet: A5, DB and A4. RGB value is (165,219,164). Sum of RGB (Red+Green+Blue) = 165+219+164=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DBA4 is #5A245B. Grayscale: #C4C4C4. Windows color (decimal): -5907548 or 10804133. OLE color: 10804133.
HSL color Cylindrical-coordinate representation of color #A5DBA4: hue angle of 118.91º 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 #A5DBA4 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 164 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.14 |
| HSL | 118.91º | 0.43% | 0.75% | - |
| HSV(B) | 118.91º | 0.25% | 0.86% | - |
| XYZ | 47.55 | 61.34 | 44.46 | - |
| YUV | 196.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 164 | 0.25 | 0 | 0.25 | 0.14 | 118.91 | 0.43 | 0.75 |
| Hex | A5 | DB | A4 | 19 | 0 | 19 | E | 77 | 2B | 4B |
| Octal | 245 | 333 | 244 | 31 | 0 | 31 | 16 | 167 | 53 | 113 |
| Binary | 10100101 | 11011011 | 10100100 | 11001 | 0 | 11001 | 1110 | 1110111 | 101011 | 1001011 |
Color Harmonies of #A5DBA4
Complementary color
Monochromatic Colors of #A5DBA4
Black with #A5DBA4
Text Example
Text Example
White with #A5DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBA4; }
p { color: rgb(165,219,164); }
H1.HeaderClassName
{
color: #A5DBA4;
}
.AnyTagClassName
{
color: #A5DBA4;
}
</style>
background-color css
<style>
a { background-color: #A5DBA4; }
a { background-color: rgb(165,219,164); }
div.DivClassName
{
background-color: #A5DBA4;
}
.BgClassName
{
background-color: #A5DBA4;
}
</style>
border-color css
<style>
span { border-color: #A5DBA4; }
span { border-color: rgb(165,219,164); }
td.TdClassName
{
border-color: #A5DBA4;
}
.TagClassName
{
border-color: #A5DBA4;
}
</style>