Shades of Moss Green #ADD5AE
Tints of Moss Green #ADD5AE
RGB
CMYK
RGB Variations
Color information
#ADD5AE (or 0xADD5AE) is known color: Moss Green. HEX triplet: AD, D5 and AE. RGB value is (173,213,174). Sum of RGB (Red+Green+Blue) = 173+213+174=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD5AE is #522A51. Grayscale: #C4C4C4. Windows color (decimal): -5384786 or 11457965. OLE color: 11457965.
HSL color Cylindrical-coordinate representation of color #ADD5AE: hue angle of 121.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5AE is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 174 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.16 |
| HSL | 121.5º | 0.32% | 0.76% | - |
| HSV(B) | 121.5º | 0.19% | 0.84% | - |
| XYZ | 48.67 | 59.53 | 48.97 | - |
| YUV | 196.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 174 | 0.19 | 0 | 0.18 | 0.16 | 121.5 | 0.32 | 0.76 |
| Hex | AD | D5 | AE | 13 | 0 | 12 | 10 | 7A | 20 | 4C |
| Octal | 255 | 325 | 256 | 23 | 0 | 22 | 20 | 172 | 40 | 114 |
| Binary | 10101101 | 11010101 | 10101110 | 10011 | 0 | 10010 | 10000 | 1111010 | 100000 | 1001100 |
Color Harmonies of #ADD5AE
Complementary color
Monochromatic Colors of #ADD5AE
Black with #ADD5AE
Text Example
Text Example
White with #ADD5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5AE; }
p { color: rgb(173,213,174); }
H1.HeaderClassName
{
color: #ADD5AE;
}
.AnyTagClassName
{
color: #ADD5AE;
}
</style>
background-color css
<style>
a { background-color: #ADD5AE; }
a { background-color: rgb(173,213,174); }
div.DivClassName
{
background-color: #ADD5AE;
}
.BgClassName
{
background-color: #ADD5AE;
}
</style>
border-color css
<style>
span { border-color: #ADD5AE; }
span { border-color: rgb(173,213,174); }
td.TdClassName
{
border-color: #ADD5AE;
}
.TagClassName
{
border-color: #ADD5AE;
}
</style>