Shades of Moss Green #A6DEA5
Tints of Moss Green #A6DEA5
RGB
CMYK
RGB Variations
Color information
#A6DEA5 (or 0xA6DEA5) is known color: Moss Green. HEX triplet: A6, DE and A5. RGB value is (166,222,165). Sum of RGB (Red+Green+Blue) = 166+222+165=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DEA5 is #59215A. Grayscale: #C6C6C6. Windows color (decimal): -5841243 or 10870438. OLE color: 10870438.
HSL color Cylindrical-coordinate representation of color #A6DEA5: hue angle of 118.95º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DEA5 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 222 | 165 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.13 |
| HSL | 118.95º | 0.46% | 0.76% | - |
| HSV(B) | 118.95º | 0.26% | 0.87% | - |
| XYZ | 48.64 | 63.07 | 45.21 | - |
| YUV | 198.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 165 | 0.25 | 0 | 0.26 | 0.13 | 118.95 | 0.46 | 0.76 |
| Hex | A6 | DE | A5 | 19 | 0 | 1A | D | 77 | 2E | 4C |
| Octal | 246 | 336 | 245 | 31 | 0 | 32 | 15 | 167 | 56 | 114 |
| Binary | 10100110 | 11011110 | 10100101 | 11001 | 0 | 11010 | 1101 | 1110111 | 101110 | 1001100 |
Color Harmonies of #A6DEA5
Complementary color
Monochromatic Colors of #A6DEA5
Black with #A6DEA5
Text Example
Text Example
White with #A6DEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEA5; }
p { color: rgb(166,222,165); }
H1.HeaderClassName
{
color: #A6DEA5;
}
.AnyTagClassName
{
color: #A6DEA5;
}
</style>
background-color css
<style>
a { background-color: #A6DEA5; }
a { background-color: rgb(166,222,165); }
div.DivClassName
{
background-color: #A6DEA5;
}
.BgClassName
{
background-color: #A6DEA5;
}
</style>
border-color css
<style>
span { border-color: #A6DEA5; }
span { border-color: rgb(166,222,165); }
td.TdClassName
{
border-color: #A6DEA5;
}
.TagClassName
{
border-color: #A6DEA5;
}
</style>