Shades of Moss Green #A8D5AA
Tints of Moss Green #A8D5AA
RGB
CMYK
RGB Variations
Color information
#A8D5AA (or 0xA8D5AA) is known color: Moss Green. HEX triplet: A8, D5 and AA. RGB value is (168,213,170). Sum of RGB (Red+Green+Blue) = 168+213+170=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D5AA is #572A55. Grayscale: #C2C2C2. Windows color (decimal): -5712470 or 11195816. OLE color: 11195816.
HSL color Cylindrical-coordinate representation of color #A8D5AA: hue angle of 122.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D5AA is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
RGB | 168 | 213 | 170 | - |
CMYK | 0.21 | 0 | 0.20 | 0.16 |
HSL | 122.67º | 0.35% | 0.75% | - |
HSV(B) | 122.67º | 0.21% | 0.84% | - |
XYZ | 47.2 | 58.82 | 46.9 | - |
YUV | 194.64 | 114.09 | 109 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 213 | 170 | 0.21 | 0 | 0.20 | 0.16 | 122.67 | 0.35 | 0.75 |
Hex | A8 | D5 | AA | 15 | 0 | 14 | 10 | 7B | 23 | 4B |
Octal | 250 | 325 | 252 | 25 | 0 | 24 | 20 | 173 | 43 | 113 |
Binary | 10101000 | 11010101 | 10101010 | 10101 | 0 | 10100 | 10000 | 1111011 | 100011 | 1001011 |
Color Harmonies of #A8D5AA
Complementary color
Monochromatic Colors of #A8D5AA
Black with #A8D5AA
Text Example
Text Example
White with #A8D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5AA; }
p { color: rgb(168,213,170); }
H1.HeaderClassName
{
color: #A8D5AA;
}
.AnyTagClassName
{
color: #A8D5AA;
}
</style>
background-color css
<style>
a { background-color: #A8D5AA; }
a { background-color: rgb(168,213,170); }
div.DivClassName
{
background-color: #A8D5AA;
}
.BgClassName
{
background-color: #A8D5AA;
}
</style>
border-color css
<style>
span { border-color: #A8D5AA; }
span { border-color: rgb(168,213,170); }
td.TdClassName
{
border-color: #A8D5AA;
}
.TagClassName
{
border-color: #A8D5AA;
}
</style>