Shades of Moss Green #A5D8A5
Tints of Moss Green #A5D8A5
RGB
CMYK
RGB Variations
Color information
#A5D8A5 (or 0xA5D8A5) is known color: Moss Green. HEX triplet: A5, D8 and A5. RGB value is (165,216,165). Sum of RGB (Red+Green+Blue) = 165+216+165=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D8A5 is #5A275A. Grayscale: #C3C3C3. Windows color (decimal): -5908315 or 10868901. OLE color: 10868901.
HSL color Cylindrical-coordinate representation of color #A5D8A5: hue angle of 120º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D8A5 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 165 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.15 |
| HSL | 120º | 0.4% | 0.75% | - |
| HSV(B) | 120º | 0.24% | 0.85% | - |
| XYZ | 46.86 | 59.83 | 44.68 | - |
| YUV | 194.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 165 | 0.24 | 0 | 0.24 | 0.15 | 120 | 0.4 | 0.75 |
| Hex | A5 | D8 | A5 | 18 | 0 | 18 | F | 78 | 28 | 4B |
| Octal | 245 | 330 | 245 | 30 | 0 | 30 | 17 | 170 | 50 | 113 |
| Binary | 10100101 | 11011000 | 10100101 | 11000 | 0 | 11000 | 1111 | 1111000 | 101000 | 1001011 |
Color Harmonies of #A5D8A5
Complementary color
Monochromatic Colors of #A5D8A5
Black with #A5D8A5
Text Example
Text Example
White with #A5D8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D8A5; }
p { color: rgb(165,216,165); }
H1.HeaderClassName
{
color: #A5D8A5;
}
.AnyTagClassName
{
color: #A5D8A5;
}
</style>
background-color css
<style>
a { background-color: #A5D8A5; }
a { background-color: rgb(165,216,165); }
div.DivClassName
{
background-color: #A5D8A5;
}
.BgClassName
{
background-color: #A5D8A5;
}
</style>
border-color css
<style>
span { border-color: #A5D8A5; }
span { border-color: rgb(165,216,165); }
td.TdClassName
{
border-color: #A5D8A5;
}
.TagClassName
{
border-color: #A5D8A5;
}
</style>