Shades of Moss Green #A5D7A5
Tints of Moss Green #A5D7A5
RGB
CMYK
RGB Variations
Color information
#A5D7A5 (or 0xA5D7A5) is known color: Moss Green. HEX triplet: A5, D7 and A5. RGB value is (165,215,165). Sum of RGB (Red+Green+Blue) = 165+215+165=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D7A5 is #5A285A. Grayscale: #C2C2C2. Windows color (decimal): -5908571 or 10868645. OLE color: 10868645.
HSL color Cylindrical-coordinate representation of color #A5D7A5: hue angle of 120º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D7A5 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 165 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.16 |
| HSL | 120º | 0.38% | 0.75% | - |
| HSV(B) | 120º | 0.23% | 0.84% | - |
| XYZ | 46.61 | 59.32 | 44.59 | - |
| YUV | 194.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 165 | 0.23 | 0 | 0.23 | 0.16 | 120 | 0.38 | 0.75 |
| Hex | A5 | D7 | A5 | 17 | 0 | 17 | 10 | 78 | 26 | 4B |
| Octal | 245 | 327 | 245 | 27 | 0 | 27 | 20 | 170 | 46 | 113 |
| Binary | 10100101 | 11010111 | 10100101 | 10111 | 0 | 10111 | 10000 | 1111000 | 100110 | 1001011 |
Color Harmonies of #A5D7A5
Complementary color
Monochromatic Colors of #A5D7A5
Black with #A5D7A5
Text Example
Text Example
White with #A5D7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D7A5; }
p { color: rgb(165,215,165); }
H1.HeaderClassName
{
color: #A5D7A5;
}
.AnyTagClassName
{
color: #A5D7A5;
}
</style>
background-color css
<style>
a { background-color: #A5D7A5; }
a { background-color: rgb(165,215,165); }
div.DivClassName
{
background-color: #A5D7A5;
}
.BgClassName
{
background-color: #A5D7A5;
}
</style>
border-color css
<style>
span { border-color: #A5D7A5; }
span { border-color: rgb(165,215,165); }
td.TdClassName
{
border-color: #A5D7A5;
}
.TagClassName
{
border-color: #A5D7A5;
}
</style>