Shades of Moss Green #A5D9A2
Tints of Moss Green #A5D9A2
RGB
CMYK
RGB Variations
Color information
#A5D9A2 (or 0xA5D9A2) is known color: Moss Green. HEX triplet: A5, D9 and A2. RGB value is (165,217,162). Sum of RGB (Red+Green+Blue) = 165+217+162=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D9A2 is #5A265D. Grayscale: #C3C3C3. Windows color (decimal): -5908062 or 10672549. OLE color: 10672549.
HSL color Cylindrical-coordinate representation of color #A5D9A2: hue angle of 116.73º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5D9A2 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 217 | 162 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.15 |
| HSL | 116.73º | 0.42% | 0.74% | - |
| HSV(B) | 116.73º | 0.25% | 0.85% | - |
| XYZ | 46.85 | 60.23 | 43.34 | - |
| YUV | 195.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 217 | 162 | 0.24 | 0 | 0.25 | 0.15 | 116.73 | 0.42 | 0.74 |
| Hex | A5 | D9 | A2 | 18 | 0 | 19 | F | 75 | 2A | 4A |
| Octal | 245 | 331 | 242 | 30 | 0 | 31 | 17 | 165 | 52 | 112 |
| Binary | 10100101 | 11011001 | 10100010 | 11000 | 0 | 11001 | 1111 | 1110101 | 101010 | 1001010 |
Color Harmonies of #A5D9A2
Complementary color
Monochromatic Colors of #A5D9A2
Black with #A5D9A2
Text Example
Text Example
White with #A5D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D9A2; }
p { color: rgb(165,217,162); }
H1.HeaderClassName
{
color: #A5D9A2;
}
.AnyTagClassName
{
color: #A5D9A2;
}
</style>
background-color css
<style>
a { background-color: #A5D9A2; }
a { background-color: rgb(165,217,162); }
div.DivClassName
{
background-color: #A5D9A2;
}
.BgClassName
{
background-color: #A5D9A2;
}
</style>
border-color css
<style>
span { border-color: #A5D9A2; }
span { border-color: rgb(165,217,162); }
td.TdClassName
{
border-color: #A5D9A2;
}
.TagClassName
{
border-color: #A5D9A2;
}
</style>