Shades of Moss Green #A8DAA4
Tints of Moss Green #A8DAA4
RGB
CMYK
RGB Variations
Color information
#A8DAA4 (or 0xA8DAA4) is known color: Moss Green. HEX triplet: A8, DA and A4. RGB value is (168,218,164). Sum of RGB (Red+Green+Blue) = 168+218+164=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAA4 is #57255B. Grayscale: #C5C5C5. Windows color (decimal): -5711196 or 10803880. OLE color: 10803880.
HSL color Cylindrical-coordinate representation of color #A8DAA4: hue angle of 115.56º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DAA4 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 164 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.15 |
| HSL | 115.56º | 0.42% | 0.75% | - |
| HSV(B) | 115.56º | 0.25% | 0.85% | - |
| XYZ | 47.92 | 61.15 | 44.4 | - |
| YUV | 196.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 164 | 0.23 | 0 | 0.25 | 0.15 | 115.56 | 0.42 | 0.75 |
| Hex | A8 | DA | A4 | 17 | 0 | 19 | F | 74 | 2A | 4B |
| Octal | 250 | 332 | 244 | 27 | 0 | 31 | 17 | 164 | 52 | 113 |
| Binary | 10101000 | 11011010 | 10100100 | 10111 | 0 | 11001 | 1111 | 1110100 | 101010 | 1001011 |
Color Harmonies of #A8DAA4
Complementary color
Monochromatic Colors of #A8DAA4
Black with #A8DAA4
Text Example
Text Example
White with #A8DAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAA4; }
p { color: rgb(168,218,164); }
H1.HeaderClassName
{
color: #A8DAA4;
}
.AnyTagClassName
{
color: #A8DAA4;
}
</style>
background-color css
<style>
a { background-color: #A8DAA4; }
a { background-color: rgb(168,218,164); }
div.DivClassName
{
background-color: #A8DAA4;
}
.BgClassName
{
background-color: #A8DAA4;
}
</style>
border-color css
<style>
span { border-color: #A8DAA4; }
span { border-color: rgb(168,218,164); }
td.TdClassName
{
border-color: #A8DAA4;
}
.TagClassName
{
border-color: #A8DAA4;
}
</style>