Shades of Moss Green #A5D6A6
Tints of Moss Green #A5D6A6
RGB
CMYK
RGB Variations
Color information
#A5D6A6 (or 0xA5D6A6) is known color: Moss Green. HEX triplet: A5, D6 and A6. RGB value is (165,214,166). Sum of RGB (Red+Green+Blue) = 165+214+166=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D6A6 is #5A2959. Grayscale: #C2C2C2. Windows color (decimal): -5908826 or 10933925. OLE color: 10933925.
HSL color Cylindrical-coordinate representation of color #A5D6A6: hue angle of 121.22º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6A6 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 166 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.16 |
| HSL | 121.22º | 0.37% | 0.74% | - |
| HSV(B) | 121.22º | 0.23% | 0.84% | - |
| XYZ | 46.45 | 58.85 | 44.99 | - |
| YUV | 193.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 166 | 0.23 | 0 | 0.22 | 0.16 | 121.22 | 0.37 | 0.74 |
| Hex | A5 | D6 | A6 | 17 | 0 | 16 | 10 | 79 | 25 | 4A |
| Octal | 245 | 326 | 246 | 27 | 0 | 26 | 20 | 171 | 45 | 112 |
| Binary | 10100101 | 11010110 | 10100110 | 10111 | 0 | 10110 | 10000 | 1111001 | 100101 | 1001010 |
Color Harmonies of #A5D6A6
Complementary color
Monochromatic Colors of #A5D6A6
Black with #A5D6A6
Text Example
Text Example
White with #A5D6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6A6; }
p { color: rgb(165,214,166); }
H1.HeaderClassName
{
color: #A5D6A6;
}
.AnyTagClassName
{
color: #A5D6A6;
}
</style>
background-color css
<style>
a { background-color: #A5D6A6; }
a { background-color: rgb(165,214,166); }
div.DivClassName
{
background-color: #A5D6A6;
}
.BgClassName
{
background-color: #A5D6A6;
}
</style>
border-color css
<style>
span { border-color: #A5D6A6; }
span { border-color: rgb(165,214,166); }
td.TdClassName
{
border-color: #A5D6A6;
}
.TagClassName
{
border-color: #A5D6A6;
}
</style>