Shades of Moss Green #A8DCAA
Tints of Moss Green #A8DCAA
RGB
CMYK
RGB Variations
Color information
#A8DCAA (or 0xA8DCAA) is known color: Moss Green. HEX triplet: A8, DC and AA. RGB value is (168,220,170). Sum of RGB (Red+Green+Blue) = 168+220+170=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DCAA is #572355. Grayscale: #C6C6C6. Windows color (decimal): -5710678 or 11197608. OLE color: 11197608.
HSL color Cylindrical-coordinate representation of color #A8DCAA: hue angle of 122.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCAA is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
RGB | 168 | 220 | 170 | - |
CMYK | 0.24 | 0 | 0.23 | 0.14 |
HSL | 122.31º | 0.43% | 0.76% | - |
HSV(B) | 122.31º | 0.24% | 0.86% | - |
XYZ | 49 | 62.41 | 47.49 | - |
YUV | 198.75 | 111.77 | 106.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 220 | 170 | 0.24 | 0 | 0.23 | 0.14 | 122.31 | 0.43 | 0.76 |
Hex | A8 | DC | AA | 18 | 0 | 17 | E | 7A | 2B | 4C |
Octal | 250 | 334 | 252 | 30 | 0 | 27 | 16 | 172 | 53 | 114 |
Binary | 10101000 | 11011100 | 10101010 | 11000 | 0 | 10111 | 1110 | 1111010 | 101011 | 1001100 |
Color Harmonies of #A8DCAA
Complementary color
Monochromatic Colors of #A8DCAA
Black with #A8DCAA
Text Example
Text Example
White with #A8DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCAA; }
p { color: rgb(168,220,170); }
H1.HeaderClassName
{
color: #A8DCAA;
}
.AnyTagClassName
{
color: #A8DCAA;
}
</style>
background-color css
<style>
a { background-color: #A8DCAA; }
a { background-color: rgb(168,220,170); }
div.DivClassName
{
background-color: #A8DCAA;
}
.BgClassName
{
background-color: #A8DCAA;
}
</style>
border-color css
<style>
span { border-color: #A8DCAA; }
span { border-color: rgb(168,220,170); }
td.TdClassName
{
border-color: #A8DCAA;
}
.TagClassName
{
border-color: #A8DCAA;
}
</style>