Shades of Moss Green #ADD2AF
Tints of Moss Green #ADD2AF
RGB
CMYK
RGB Variations
Color information
#ADD2AF (or 0xADD2AF) is known color: Moss Green. HEX triplet: AD, D2 and AF. RGB value is (173,210,175). Sum of RGB (Red+Green+Blue) = 173+210+175=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD2AF is #522D50. Grayscale: #C3C3C3. Windows color (decimal): -5385553 or 11522733. OLE color: 11522733.
HSL color Cylindrical-coordinate representation of color #ADD2AF: hue angle of 123.24º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2AF is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 175 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.18 |
| HSL | 123.24º | 0.29% | 0.75% | - |
| HSV(B) | 123.24º | 0.18% | 0.82% | - |
| XYZ | 48.02 | 58.07 | 49.24 | - |
| YUV | 194.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 175 | 0.18 | 0 | 0.17 | 0.18 | 123.24 | 0.29 | 0.75 |
| Hex | AD | D2 | AF | 12 | 0 | 11 | 12 | 7B | 1D | 4B |
| Octal | 255 | 322 | 257 | 22 | 0 | 21 | 22 | 173 | 35 | 113 |
| Binary | 10101101 | 11010010 | 10101111 | 10010 | 0 | 10001 | 10010 | 1111011 | 11101 | 1001011 |
Color Harmonies of #ADD2AF
Complementary color
Monochromatic Colors of #ADD2AF
Black with #ADD2AF
Text Example
Text Example
White with #ADD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2AF; }
p { color: rgb(173,210,175); }
H1.HeaderClassName
{
color: #ADD2AF;
}
.AnyTagClassName
{
color: #ADD2AF;
}
</style>
background-color css
<style>
a { background-color: #ADD2AF; }
a { background-color: rgb(173,210,175); }
div.DivClassName
{
background-color: #ADD2AF;
}
.BgClassName
{
background-color: #ADD2AF;
}
</style>
border-color css
<style>
span { border-color: #ADD2AF; }
span { border-color: rgb(173,210,175); }
td.TdClassName
{
border-color: #ADD2AF;
}
.TagClassName
{
border-color: #ADD2AF;
}
</style>