Shades of Moss Green #A8D6A8
Tints of Moss Green #A8D6A8
RGB
CMYK
RGB Variations
Color information
#A8D6A8 (or 0xA8D6A8) is known color: Moss Green. HEX triplet: A8, D6 and A8. RGB value is (168,214,168). Sum of RGB (Red+Green+Blue) = 168+214+168=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D6A8 is #572957. Grayscale: #C3C3C3. Windows color (decimal): -5712216 or 11065000. OLE color: 11065000.
HSL color Cylindrical-coordinate representation of color #A8D6A8: hue angle of 120º degrees, saturation: 0.36, 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 #A8D6A8 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
RGB | 168 | 214 | 168 | - |
CMYK | 0.21 | 0 | 0.21 | 0.16 |
HSL | 120º | 0.36% | 0.75% | - |
HSV(B) | 120º | 0.21% | 0.84% | - |
XYZ | 47.26 | 59.25 | 45.99 | - |
YUV | 195 | 112.76 | 108.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 214 | 168 | 0.21 | 0 | 0.21 | 0.16 | 120 | 0.36 | 0.75 |
Hex | A8 | D6 | A8 | 15 | 0 | 15 | 10 | 78 | 24 | 4B |
Octal | 250 | 326 | 250 | 25 | 0 | 25 | 20 | 170 | 44 | 113 |
Binary | 10101000 | 11010110 | 10101000 | 10101 | 0 | 10101 | 10000 | 1111000 | 100100 | 1001011 |
Color Harmonies of #A8D6A8
Complementary color
Monochromatic Colors of #A8D6A8
Black with #A8D6A8
Text Example
Text Example
White with #A8D6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6A8; }
p { color: rgb(168,214,168); }
H1.HeaderClassName
{
color: #A8D6A8;
}
.AnyTagClassName
{
color: #A8D6A8;
}
</style>
background-color css
<style>
a { background-color: #A8D6A8; }
a { background-color: rgb(168,214,168); }
div.DivClassName
{
background-color: #A8D6A8;
}
.BgClassName
{
background-color: #A8D6A8;
}
</style>
border-color css
<style>
span { border-color: #A8D6A8; }
span { border-color: rgb(168,214,168); }
td.TdClassName
{
border-color: #A8D6A8;
}
.TagClassName
{
border-color: #A8D6A8;
}
</style>