Shades of Moss Green #A8DAA5
Tints of Moss Green #A8DAA5
RGB
CMYK
RGB Variations
Color information
#A8DAA5 (or 0xA8DAA5) is known color: Moss Green. HEX triplet: A8, DA and A5. RGB value is (168,218,165). Sum of RGB (Red+Green+Blue) = 168+218+165=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAA5 is #57255A. Grayscale: #C5C5C5. Windows color (decimal): -5711195 or 10869416. OLE color: 10869416.
HSL color Cylindrical-coordinate representation of color #A8DAA5: hue angle of 116.6º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DAA5 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 165 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.15 |
| HSL | 116.6º | 0.42% | 0.75% | - |
| HSV(B) | 116.6º | 0.24% | 0.85% | - |
| XYZ | 48.01 | 61.18 | 44.88 | - |
| YUV | 197.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 165 | 0.23 | 0 | 0.24 | 0.15 | 116.6 | 0.42 | 0.75 |
| Hex | A8 | DA | A5 | 17 | 0 | 18 | F | 75 | 2A | 4B |
| Octal | 250 | 332 | 245 | 27 | 0 | 30 | 17 | 165 | 52 | 113 |
| Binary | 10101000 | 11011010 | 10100101 | 10111 | 0 | 11000 | 1111 | 1110101 | 101010 | 1001011 |
Color Harmonies of #A8DAA5
Complementary color
Monochromatic Colors of #A8DAA5
Black with #A8DAA5
Text Example
Text Example
White with #A8DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAA5; }
p { color: rgb(168,218,165); }
H1.HeaderClassName
{
color: #A8DAA5;
}
.AnyTagClassName
{
color: #A8DAA5;
}
</style>
background-color css
<style>
a { background-color: #A8DAA5; }
a { background-color: rgb(168,218,165); }
div.DivClassName
{
background-color: #A8DAA5;
}
.BgClassName
{
background-color: #A8DAA5;
}
</style>
border-color css
<style>
span { border-color: #A8DAA5; }
span { border-color: rgb(168,218,165); }
td.TdClassName
{
border-color: #A8DAA5;
}
.TagClassName
{
border-color: #A8DAA5;
}
</style>