Shades of Moss Green #A8DAAA
Tints of Moss Green #A8DAAA
RGB
CMYK
RGB Variations
Color information
#A8DAAA (or 0xA8DAAA) is known color: Moss Green. HEX triplet: A8, DA and AA. RGB value is (168,218,170). Sum of RGB (Red+Green+Blue) = 168+218+170=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAAA is #572555. Grayscale: #C5C5C5. Windows color (decimal): -5711190 or 11197096. OLE color: 11197096.
HSL color Cylindrical-coordinate representation of color #A8DAAA: hue angle of 122.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAAA is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 170 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.15 |
| HSL | 122.4º | 0.4% | 0.76% | - |
| HSV(B) | 122.4º | 0.23% | 0.85% | - |
| XYZ | 48.48 | 61.37 | 47.32 | - |
| YUV | 197.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 170 | 0.23 | 0 | 0.22 | 0.15 | 122.4 | 0.4 | 0.76 |
| Hex | A8 | DA | AA | 17 | 0 | 16 | F | 7A | 28 | 4C |
| Octal | 250 | 332 | 252 | 27 | 0 | 26 | 17 | 172 | 50 | 114 |
| Binary | 10101000 | 11011010 | 10101010 | 10111 | 0 | 10110 | 1111 | 1111010 | 101000 | 1001100 |
Color Harmonies of #A8DAAA
Complementary color
Monochromatic Colors of #A8DAAA
Black with #A8DAAA
Text Example
Text Example
White with #A8DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAAA; }
p { color: rgb(168,218,170); }
H1.HeaderClassName
{
color: #A8DAAA;
}
.AnyTagClassName
{
color: #A8DAAA;
}
</style>
background-color css
<style>
a { background-color: #A8DAAA; }
a { background-color: rgb(168,218,170); }
div.DivClassName
{
background-color: #A8DAAA;
}
.BgClassName
{
background-color: #A8DAAA;
}
</style>
border-color css
<style>
span { border-color: #A8DAAA; }
span { border-color: rgb(168,218,170); }
td.TdClassName
{
border-color: #A8DAAA;
}
.TagClassName
{
border-color: #A8DAAA;
}
</style>