Shades of Moss Green #A5D2A6
Tints of Moss Green #A5D2A6
RGB
CMYK
RGB Variations
Color information
#A5D2A6 (or 0xA5D2A6) is known color: Moss Green. HEX triplet: A5, D2 and A6. RGB value is (165,210,166). Sum of RGB (Red+Green+Blue) = 165+210+166=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D2A6 is #5A2D59. Grayscale: #BFBFBF. Windows color (decimal): -5909850 or 10932901. OLE color: 10932901.
HSL color Cylindrical-coordinate representation of color #A5D2A6: hue angle of 121.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2A6 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 166 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.18 |
| HSL | 121.33º | 0.33% | 0.74% | - |
| HSV(B) | 121.33º | 0.21% | 0.82% | - |
| XYZ | 45.45 | 56.85 | 44.65 | - |
| YUV | 191.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 166 | 0.21 | 0 | 0.21 | 0.18 | 121.33 | 0.33 | 0.74 |
| Hex | A5 | D2 | A6 | 15 | 0 | 15 | 12 | 79 | 21 | 4A |
| Octal | 245 | 322 | 246 | 25 | 0 | 25 | 22 | 171 | 41 | 112 |
| Binary | 10100101 | 11010010 | 10100110 | 10101 | 0 | 10101 | 10010 | 1111001 | 100001 | 1001010 |
Color Harmonies of #A5D2A6
Complementary color
Monochromatic Colors of #A5D2A6
Black with #A5D2A6
Text Example
Text Example
White with #A5D2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D2A6; }
p { color: rgb(165,210,166); }
H1.HeaderClassName
{
color: #A5D2A6;
}
.AnyTagClassName
{
color: #A5D2A6;
}
</style>
background-color css
<style>
a { background-color: #A5D2A6; }
a { background-color: rgb(165,210,166); }
div.DivClassName
{
background-color: #A5D2A6;
}
.BgClassName
{
background-color: #A5D2A6;
}
</style>
border-color css
<style>
span { border-color: #A5D2A6; }
span { border-color: rgb(165,210,166); }
td.TdClassName
{
border-color: #A5D2A6;
}
.TagClassName
{
border-color: #A5D2A6;
}
</style>