Shades of Moss Green #A5D5A5
Tints of Moss Green #A5D5A5
RGB
CMYK
RGB Variations
Color information
#A5D5A5 (or 0xA5D5A5) is known color: Moss Green. HEX triplet: A5, D5 and A5. RGB value is (165,213,165). Sum of RGB (Red+Green+Blue) = 165+213+165=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D5A5 is #5A2A5A. Grayscale: #C1C1C1. Windows color (decimal): -5909083 or 10868133. OLE color: 10868133.
HSL color Cylindrical-coordinate representation of color #A5D5A5: hue angle of 120º degrees, saturation: 0.36, 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 #A5D5A5 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 165 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.16 |
| HSL | 120º | 0.36% | 0.74% | - |
| HSV(B) | 120º | 0.23% | 0.84% | - |
| XYZ | 46.1 | 58.3 | 44.42 | - |
| YUV | 193.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 165 | 0.23 | 0 | 0.23 | 0.16 | 120 | 0.36 | 0.74 |
| Hex | A5 | D5 | A5 | 17 | 0 | 17 | 10 | 78 | 24 | 4A |
| Octal | 245 | 325 | 245 | 27 | 0 | 27 | 20 | 170 | 44 | 112 |
| Binary | 10100101 | 11010101 | 10100101 | 10111 | 0 | 10111 | 10000 | 1111000 | 100100 | 1001010 |
Color Harmonies of #A5D5A5
Complementary color
Monochromatic Colors of #A5D5A5
Black with #A5D5A5
Text Example
Text Example
White with #A5D5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5A5; }
p { color: rgb(165,213,165); }
H1.HeaderClassName
{
color: #A5D5A5;
}
.AnyTagClassName
{
color: #A5D5A5;
}
</style>
background-color css
<style>
a { background-color: #A5D5A5; }
a { background-color: rgb(165,213,165); }
div.DivClassName
{
background-color: #A5D5A5;
}
.BgClassName
{
background-color: #A5D5A5;
}
</style>
border-color css
<style>
span { border-color: #A5D5A5; }
span { border-color: rgb(165,213,165); }
td.TdClassName
{
border-color: #A5D5A5;
}
.TagClassName
{
border-color: #A5D5A5;
}
</style>