Shades of Moss Green #A5E6A6
Tints of Moss Green #A5E6A6
RGB
CMYK
RGB Variations
Color information
#A5E6A6 (or 0xA5E6A6) is known color: Moss Green. HEX triplet: A5, E6 and A6. RGB value is (165,230,166). Sum of RGB (Red+Green+Blue) = 165+230+166=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E6A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E6A6 is #5A1959. Grayscale: #CBCBCB. Windows color (decimal): -5904730 or 10938021. OLE color: 10938021.
HSL color Cylindrical-coordinate representation of color #A5E6A6: hue angle of 120.92º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E6A6 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 166 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.10 |
| HSL | 120.92º | 0.57% | 0.77% | - |
| HSV(B) | 120.92º | 0.28% | 0.9% | - |
| XYZ | 50.7 | 67.35 | 46.4 | - |
| YUV | 203.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 166 | 0.28 | 0 | 0.28 | 0.10 | 120.92 | 0.57 | 0.77 |
| Hex | A5 | E6 | A6 | 1C | 0 | 1C | A | 79 | 39 | 4D |
| Octal | 245 | 346 | 246 | 34 | 0 | 34 | 12 | 171 | 71 | 115 |
| Binary | 10100101 | 11100110 | 10100110 | 11100 | 0 | 11100 | 1010 | 1111001 | 111001 | 1001101 |
Color Harmonies of #A5E6A6
Complementary color
Monochromatic Colors of #A5E6A6
Black with #A5E6A6
Text Example
Text Example
White with #A5E6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E6A6; }
p { color: rgb(165,230,166); }
H1.HeaderClassName
{
color: #A5E6A6;
}
.AnyTagClassName
{
color: #A5E6A6;
}
</style>
background-color css
<style>
a { background-color: #A5E6A6; }
a { background-color: rgb(165,230,166); }
div.DivClassName
{
background-color: #A5E6A6;
}
.BgClassName
{
background-color: #A5E6A6;
}
</style>
border-color css
<style>
span { border-color: #A5E6A6; }
span { border-color: rgb(165,230,166); }
td.TdClassName
{
border-color: #A5E6A6;
}
.TagClassName
{
border-color: #A5E6A6;
}
</style>