Shades of Moss Green #ADD3A8
Tints of Moss Green #ADD3A8
RGB
CMYK
RGB Variations
Color information
#ADD3A8 (or 0xADD3A8) is known color: Moss Green. HEX triplet: AD, D3 and A8. RGB value is (173,211,168). Sum of RGB (Red+Green+Blue) = 173+211+168=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD3A8 is #522C57. Grayscale: #C2C2C2. Windows color (decimal): -5385304 or 11064237. OLE color: 11064237.
HSL color Cylindrical-coordinate representation of color #ADD3A8: hue angle of 113.02º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD3A8 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 168 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.17 |
| HSL | 113.02º | 0.33% | 0.74% | - |
| HSV(B) | 113.02º | 0.2% | 0.83% | - |
| XYZ | 47.6 | 58.3 | 45.79 | - |
| YUV | 194.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 168 | 0.18 | 0 | 0.20 | 0.17 | 113.02 | 0.33 | 0.74 |
| Hex | AD | D3 | A8 | 12 | 0 | 14 | 11 | 71 | 21 | 4A |
| Octal | 255 | 323 | 250 | 22 | 0 | 24 | 21 | 161 | 41 | 112 |
| Binary | 10101101 | 11010011 | 10101000 | 10010 | 0 | 10100 | 10001 | 1110001 | 100001 | 1001010 |
Color Harmonies of #ADD3A8
Complementary color
Monochromatic Colors of #ADD3A8
Black with #ADD3A8
Text Example
Text Example
White with #ADD3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3A8; }
p { color: rgb(173,211,168); }
H1.HeaderClassName
{
color: #ADD3A8;
}
.AnyTagClassName
{
color: #ADD3A8;
}
</style>
background-color css
<style>
a { background-color: #ADD3A8; }
a { background-color: rgb(173,211,168); }
div.DivClassName
{
background-color: #ADD3A8;
}
.BgClassName
{
background-color: #ADD3A8;
}
</style>
border-color css
<style>
span { border-color: #ADD3A8; }
span { border-color: rgb(173,211,168); }
td.TdClassName
{
border-color: #ADD3A8;
}
.TagClassName
{
border-color: #ADD3A8;
}
</style>