Shades of Moss Green #ADD4A8
Tints of Moss Green #ADD4A8
RGB
CMYK
RGB Variations
Color information
#ADD4A8 (or 0xADD4A8) is known color: Moss Green. HEX triplet: AD, D4 and A8. RGB value is (173,212,168). Sum of RGB (Red+Green+Blue) = 173+212+168=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD4A8 is #522B57. Grayscale: #C3C3C3. Windows color (decimal): -5385048 or 11064493. OLE color: 11064493.
HSL color Cylindrical-coordinate representation of color #ADD4A8: hue angle of 113.18º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD4A8 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 168 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.17 |
| HSL | 113.18º | 0.34% | 0.75% | - |
| HSV(B) | 113.18º | 0.21% | 0.83% | - |
| XYZ | 47.84 | 58.8 | 45.87 | - |
| YUV | 195.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 168 | 0.18 | 0 | 0.21 | 0.17 | 113.18 | 0.34 | 0.75 |
| Hex | AD | D4 | A8 | 12 | 0 | 15 | 11 | 71 | 22 | 4B |
| Octal | 255 | 324 | 250 | 22 | 0 | 25 | 21 | 161 | 42 | 113 |
| Binary | 10101101 | 11010100 | 10101000 | 10010 | 0 | 10101 | 10001 | 1110001 | 100010 | 1001011 |
Color Harmonies of #ADD4A8
Complementary color
Monochromatic Colors of #ADD4A8
Black with #ADD4A8
Text Example
Text Example
White with #ADD4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4A8; }
p { color: rgb(173,212,168); }
H1.HeaderClassName
{
color: #ADD4A8;
}
.AnyTagClassName
{
color: #ADD4A8;
}
</style>
background-color css
<style>
a { background-color: #ADD4A8; }
a { background-color: rgb(173,212,168); }
div.DivClassName
{
background-color: #ADD4A8;
}
.BgClassName
{
background-color: #ADD4A8;
}
</style>
border-color css
<style>
span { border-color: #ADD4A8; }
span { border-color: rgb(173,212,168); }
td.TdClassName
{
border-color: #ADD4A8;
}
.TagClassName
{
border-color: #ADD4A8;
}
</style>