Shades of Moss Green #A5DAA5
Tints of Moss Green #A5DAA5
RGB
CMYK
RGB Variations
Color information
#A5DAA5 (or 0xA5DAA5) is known color: Moss Green. HEX triplet: A5, DA and A5. RGB value is (165,218,165). Sum of RGB (Red+Green+Blue) = 165+218+165=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAA5 is #5A255A. Grayscale: #C4C4C4. Windows color (decimal): -5907803 or 10869413. OLE color: 10869413.
HSL color Cylindrical-coordinate representation of color #A5DAA5: hue angle of 120º 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 #A5DAA5 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 165 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.15 |
| HSL | 120º | 0.42% | 0.75% | - |
| HSV(B) | 120º | 0.24% | 0.85% | - |
| XYZ | 47.38 | 60.86 | 44.85 | - |
| YUV | 196.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 165 | 0.24 | 0 | 0.24 | 0.15 | 120 | 0.42 | 0.75 |
| Hex | A5 | DA | A5 | 18 | 0 | 18 | F | 78 | 2A | 4B |
| Octal | 245 | 332 | 245 | 30 | 0 | 30 | 17 | 170 | 52 | 113 |
| Binary | 10100101 | 11011010 | 10100101 | 11000 | 0 | 11000 | 1111 | 1111000 | 101010 | 1001011 |
Color Harmonies of #A5DAA5
Complementary color
Monochromatic Colors of #A5DAA5
Black with #A5DAA5
Text Example
Text Example
White with #A5DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DAA5; }
p { color: rgb(165,218,165); }
H1.HeaderClassName
{
color: #A5DAA5;
}
.AnyTagClassName
{
color: #A5DAA5;
}
</style>
background-color css
<style>
a { background-color: #A5DAA5; }
a { background-color: rgb(165,218,165); }
div.DivClassName
{
background-color: #A5DAA5;
}
.BgClassName
{
background-color: #A5DAA5;
}
</style>
border-color css
<style>
span { border-color: #A5DAA5; }
span { border-color: rgb(165,218,165); }
td.TdClassName
{
border-color: #A5DAA5;
}
.TagClassName
{
border-color: #A5DAA5;
}
</style>