Shades of Moss Green #A5D6A7
Tints of Moss Green #A5D6A7
RGB
CMYK
RGB Variations
Color information
#A5D6A7 (or 0xA5D6A7) is known color: Moss Green. HEX triplet: A5, D6 and A7. RGB value is (165,214,167). Sum of RGB (Red+Green+Blue) = 165+214+167=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D6A7 is #5A2958. Grayscale: #C2C2C2. Windows color (decimal): -5908825 or 10999461. OLE color: 10999461.
HSL color Cylindrical-coordinate representation of color #A5D6A7: hue angle of 122.45º 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 #A5D6A7 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 167 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.16 |
| HSL | 122.45º | 0.37% | 0.74% | - |
| HSV(B) | 122.45º | 0.23% | 0.84% | - |
| XYZ | 46.54 | 58.88 | 45.47 | - |
| YUV | 193.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 167 | 0.23 | 0 | 0.22 | 0.16 | 122.45 | 0.37 | 0.74 |
| Hex | A5 | D6 | A7 | 17 | 0 | 16 | 10 | 7A | 25 | 4A |
| Octal | 245 | 326 | 247 | 27 | 0 | 26 | 20 | 172 | 45 | 112 |
| Binary | 10100101 | 11010110 | 10100111 | 10111 | 0 | 10110 | 10000 | 1111010 | 100101 | 1001010 |
Color Harmonies of #A5D6A7
Complementary color
Monochromatic Colors of #A5D6A7
Black with #A5D6A7
Text Example
Text Example
White with #A5D6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6A7; }
p { color: rgb(165,214,167); }
H1.HeaderClassName
{
color: #A5D6A7;
}
.AnyTagClassName
{
color: #A5D6A7;
}
</style>
background-color css
<style>
a { background-color: #A5D6A7; }
a { background-color: rgb(165,214,167); }
div.DivClassName
{
background-color: #A5D6A7;
}
.BgClassName
{
background-color: #A5D6A7;
}
</style>
border-color css
<style>
span { border-color: #A5D6A7; }
span { border-color: rgb(165,214,167); }
td.TdClassName
{
border-color: #A5D6A7;
}
.TagClassName
{
border-color: #A5D6A7;
}
</style>