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