Shades of Moss Green #A5DCA6
Tints of Moss Green #A5DCA6
RGB
CMYK
RGB Variations
Color information
#A5DCA6 (or 0xA5DCA6) is known color: Moss Green. HEX triplet: A5, DC and A6. RGB value is (165,220,166). Sum of RGB (Red+Green+Blue) = 165+220+166=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DCA6 is #5A2359. Grayscale: #C5C5C5. Windows color (decimal): -5907290 or 10935461. OLE color: 10935461.
HSL color Cylindrical-coordinate representation of color #A5DCA6: hue angle of 121.09º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCA6 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 166 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.14 |
| HSL | 121.09º | 0.44% | 0.75% | - |
| HSV(B) | 121.09º | 0.25% | 0.86% | - |
| XYZ | 47.99 | 61.94 | 45.5 | - |
| YUV | 197.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 166 | 0.25 | 0 | 0.25 | 0.14 | 121.09 | 0.44 | 0.75 |
| Hex | A5 | DC | A6 | 19 | 0 | 19 | E | 79 | 2C | 4B |
| Octal | 245 | 334 | 246 | 31 | 0 | 31 | 16 | 171 | 54 | 113 |
| Binary | 10100101 | 11011100 | 10100110 | 11001 | 0 | 11001 | 1110 | 1111001 | 101100 | 1001011 |
Color Harmonies of #A5DCA6
Complementary color
Monochromatic Colors of #A5DCA6
Black with #A5DCA6
Text Example
Text Example
White with #A5DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCA6; }
p { color: rgb(165,220,166); }
H1.HeaderClassName
{
color: #A5DCA6;
}
.AnyTagClassName
{
color: #A5DCA6;
}
</style>
background-color css
<style>
a { background-color: #A5DCA6; }
a { background-color: rgb(165,220,166); }
div.DivClassName
{
background-color: #A5DCA6;
}
.BgClassName
{
background-color: #A5DCA6;
}
</style>
border-color css
<style>
span { border-color: #A5DCA6; }
span { border-color: rgb(165,220,166); }
td.TdClassName
{
border-color: #A5DCA6;
}
.TagClassName
{
border-color: #A5DCA6;
}
</style>