Shades of Moss Green #ADD4AF
Tints of Moss Green #ADD4AF
RGB
CMYK
RGB Variations
Color information
#ADD4AF (or 0xADD4AF) is known color: Moss Green. HEX triplet: AD, D4 and AF. RGB value is (173,212,175). Sum of RGB (Red+Green+Blue) = 173+212+175=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD4AF is #522B50. Grayscale: #C4C4C4. Windows color (decimal): -5385041 or 11523245. OLE color: 11523245.
HSL color Cylindrical-coordinate representation of color #ADD4AF: hue angle of 123.08º degrees, saturation: 0.31, 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 #ADD4AF is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 175 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.17 |
| HSL | 123.08º | 0.31% | 0.75% | - |
| HSV(B) | 123.08º | 0.18% | 0.83% | - |
| XYZ | 48.51 | 59.07 | 49.4 | - |
| YUV | 196.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 175 | 0.18 | 0 | 0.17 | 0.17 | 123.08 | 0.31 | 0.75 |
| Hex | AD | D4 | AF | 12 | 0 | 11 | 11 | 7B | 1F | 4B |
| Octal | 255 | 324 | 257 | 22 | 0 | 21 | 21 | 173 | 37 | 113 |
| Binary | 10101101 | 11010100 | 10101111 | 10010 | 0 | 10001 | 10001 | 1111011 | 11111 | 1001011 |
Color Harmonies of #ADD4AF
Complementary color
Monochromatic Colors of #ADD4AF
Black with #ADD4AF
Text Example
Text Example
White with #ADD4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4AF; }
p { color: rgb(173,212,175); }
H1.HeaderClassName
{
color: #ADD4AF;
}
.AnyTagClassName
{
color: #ADD4AF;
}
</style>
background-color css
<style>
a { background-color: #ADD4AF; }
a { background-color: rgb(173,212,175); }
div.DivClassName
{
background-color: #ADD4AF;
}
.BgClassName
{
background-color: #ADD4AF;
}
</style>
border-color css
<style>
span { border-color: #ADD4AF; }
span { border-color: rgb(173,212,175); }
td.TdClassName
{
border-color: #ADD4AF;
}
.TagClassName
{
border-color: #ADD4AF;
}
</style>