Shades of Moss Green #A8DAA8
Tints of Moss Green #A8DAA8
RGB
CMYK
RGB Variations
Color information
#A8DAA8 (or 0xA8DAA8) is known color: Moss Green. HEX triplet: A8, DA and A8. RGB value is (168,218,168). Sum of RGB (Red+Green+Blue) = 168+218+168=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAA8 is #572557. Grayscale: #C5C5C5. Windows color (decimal): -5711192 or 11066024. OLE color: 11066024.
HSL color Cylindrical-coordinate representation of color #A8DAA8: hue angle of 120º 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 #A8DAA8 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
RGB | 168 | 218 | 168 | - |
CMYK | 0.23 | 0 | 0.23 | 0.15 |
HSL | 120º | 0.4% | 0.76% | - |
HSV(B) | 120º | 0.23% | 0.85% | - |
XYZ | 48.29 | 61.29 | 46.33 | - |
YUV | 197.35 | 111.44 | 107.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 218 | 168 | 0.23 | 0 | 0.23 | 0.15 | 120 | 0.4 | 0.76 |
Hex | A8 | DA | A8 | 17 | 0 | 17 | F | 78 | 28 | 4C |
Octal | 250 | 332 | 250 | 27 | 0 | 27 | 17 | 170 | 50 | 114 |
Binary | 10101000 | 11011010 | 10101000 | 10111 | 0 | 10111 | 1111 | 1111000 | 101000 | 1001100 |
Color Harmonies of #A8DAA8
Complementary color
Monochromatic Colors of #A8DAA8
Black with #A8DAA8
Text Example
Text Example
White with #A8DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAA8; }
p { color: rgb(168,218,168); }
H1.HeaderClassName
{
color: #A8DAA8;
}
.AnyTagClassName
{
color: #A8DAA8;
}
</style>
background-color css
<style>
a { background-color: #A8DAA8; }
a { background-color: rgb(168,218,168); }
div.DivClassName
{
background-color: #A8DAA8;
}
.BgClassName
{
background-color: #A8DAA8;
}
</style>
border-color css
<style>
span { border-color: #A8DAA8; }
span { border-color: rgb(168,218,168); }
td.TdClassName
{
border-color: #A8DAA8;
}
.TagClassName
{
border-color: #A8DAA8;
}
</style>