Shades of Moss Green #ADD3AF
Tints of Moss Green #ADD3AF
RGB
CMYK
RGB Variations
Color information
#ADD3AF (or 0xADD3AF) is known color: Moss Green. HEX triplet: AD, D3 and AF. RGB value is (173,211,175). Sum of RGB (Red+Green+Blue) = 173+211+175=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD3AF is #522C50. Grayscale: #C3C3C3. Windows color (decimal): -5385297 or 11522989. OLE color: 11522989.
HSL color Cylindrical-coordinate representation of color #ADD3AF: hue angle of 123.16º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3AF is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 175 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.17 |
| HSL | 123.16º | 0.3% | 0.75% | - |
| HSV(B) | 123.16º | 0.18% | 0.83% | - |
| XYZ | 48.27 | 58.57 | 49.32 | - |
| YUV | 195.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 175 | 0.18 | 0 | 0.17 | 0.17 | 123.16 | 0.3 | 0.75 |
| Hex | AD | D3 | AF | 12 | 0 | 11 | 11 | 7B | 1E | 4B |
| Octal | 255 | 323 | 257 | 22 | 0 | 21 | 21 | 173 | 36 | 113 |
| Binary | 10101101 | 11010011 | 10101111 | 10010 | 0 | 10001 | 10001 | 1111011 | 11110 | 1001011 |
Color Harmonies of #ADD3AF
Complementary color
Monochromatic Colors of #ADD3AF
Black with #ADD3AF
Text Example
Text Example
White with #ADD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3AF; }
p { color: rgb(173,211,175); }
H1.HeaderClassName
{
color: #ADD3AF;
}
.AnyTagClassName
{
color: #ADD3AF;
}
</style>
background-color css
<style>
a { background-color: #ADD3AF; }
a { background-color: rgb(173,211,175); }
div.DivClassName
{
background-color: #ADD3AF;
}
.BgClassName
{
background-color: #ADD3AF;
}
</style>
border-color css
<style>
span { border-color: #ADD3AF; }
span { border-color: rgb(173,211,175); }
td.TdClassName
{
border-color: #ADD3AF;
}
.TagClassName
{
border-color: #ADD3AF;
}
</style>