Shades of Moss Green #A5DAA8
Tints of Moss Green #A5DAA8
RGB
CMYK
RGB Variations
Color information
#A5DAA8 (or 0xA5DAA8) is known color: Moss Green. HEX triplet: A5, DA and A8. RGB value is (165,218,168). Sum of RGB (Red+Green+Blue) = 165+218+168=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAA8 is #5A2557. Grayscale: #C4C4C4. Windows color (decimal): -5907800 or 11066021. OLE color: 11066021.
HSL color Cylindrical-coordinate representation of color #A5DAA8: hue angle of 123.4º 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 #A5DAA8 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 168 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.15 |
| HSL | 123.4º | 0.42% | 0.75% | - |
| HSV(B) | 123.4º | 0.24% | 0.85% | - |
| XYZ | 47.66 | 60.97 | 46.3 | - |
| YUV | 196.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 168 | 0.24 | 0 | 0.23 | 0.15 | 123.4 | 0.42 | 0.75 |
| Hex | A5 | DA | A8 | 18 | 0 | 17 | F | 7B | 2A | 4B |
| Octal | 245 | 332 | 250 | 30 | 0 | 27 | 17 | 173 | 52 | 113 |
| Binary | 10100101 | 11011010 | 10101000 | 11000 | 0 | 10111 | 1111 | 1111011 | 101010 | 1001011 |
Color Harmonies of #A5DAA8
Complementary color
Monochromatic Colors of #A5DAA8
Black with #A5DAA8
Text Example
Text Example
White with #A5DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DAA8; }
p { color: rgb(165,218,168); }
H1.HeaderClassName
{
color: #A5DAA8;
}
.AnyTagClassName
{
color: #A5DAA8;
}
</style>
background-color css
<style>
a { background-color: #A5DAA8; }
a { background-color: rgb(165,218,168); }
div.DivClassName
{
background-color: #A5DAA8;
}
.BgClassName
{
background-color: #A5DAA8;
}
</style>
border-color css
<style>
span { border-color: #A5DAA8; }
span { border-color: rgb(165,218,168); }
td.TdClassName
{
border-color: #A5DAA8;
}
.TagClassName
{
border-color: #A5DAA8;
}
</style>