Shades of Moss Green #A8DEA6
Tints of Moss Green #A8DEA6
RGB
CMYK
RGB Variations
Color information
#A8DEA6 (or 0xA8DEA6) is known color: Moss Green. HEX triplet: A8, DE and A6. RGB value is (168,222,166). Sum of RGB (Red+Green+Blue) = 168+222+166=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEA6 is #572159. Grayscale: #C7C7C7. Windows color (decimal): -5710170 or 10935976. OLE color: 10935976.
HSL color Cylindrical-coordinate representation of color #A8DEA6: hue angle of 117.86º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DEA6 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 166 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.13 |
| HSL | 117.86º | 0.46% | 0.76% | - |
| HSV(B) | 117.86º | 0.25% | 0.87% | - |
| XYZ | 49.15 | 63.32 | 45.71 | - |
| YUV | 199.47 | 109.11 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 166 | 0.24 | 0 | 0.25 | 0.13 | 117.86 | 0.46 | 0.76 |
| Hex | A8 | DE | A6 | 18 | 0 | 19 | D | 76 | 2E | 4C |
| Octal | 250 | 336 | 246 | 30 | 0 | 31 | 15 | 166 | 56 | 114 |
| Binary | 10101000 | 11011110 | 10100110 | 11000 | 0 | 11001 | 1101 | 1110110 | 101110 | 1001100 |
Color Harmonies of #A8DEA6
Complementary color
Monochromatic Colors of #A8DEA6
Black with #A8DEA6
Text Example
Text Example
White with #A8DEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEA6; }
p { color: rgb(168,222,166); }
H1.HeaderClassName
{
color: #A8DEA6;
}
.AnyTagClassName
{
color: #A8DEA6;
}
</style>
background-color css
<style>
a { background-color: #A8DEA6; }
a { background-color: rgb(168,222,166); }
div.DivClassName
{
background-color: #A8DEA6;
}
.BgClassName
{
background-color: #A8DEA6;
}
</style>
border-color css
<style>
span { border-color: #A8DEA6; }
span { border-color: rgb(168,222,166); }
td.TdClassName
{
border-color: #A8DEA6;
}
.TagClassName
{
border-color: #A8DEA6;
}
</style>