Shades of Moss Green #ADD8AF
Tints of Moss Green #ADD8AF
RGB
CMYK
RGB Variations
Color information
#ADD8AF (or 0xADD8AF) is known color: Moss Green. HEX triplet: AD, D8 and AF. RGB value is (173,216,175). Sum of RGB (Red+Green+Blue) = 173+216+175=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD8AF is #522750. Grayscale: #C6C6C6. Windows color (decimal): -5384017 or 11524269. OLE color: 11524269.
HSL color Cylindrical-coordinate representation of color #ADD8AF: hue angle of 122.79º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8AF is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 175 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.15 |
| HSL | 122.79º | 0.36% | 0.76% | - |
| HSV(B) | 122.79º | 0.2% | 0.85% | - |
| XYZ | 49.53 | 61.09 | 49.74 | - |
| YUV | 198.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 175 | 0.20 | 0 | 0.19 | 0.15 | 122.79 | 0.36 | 0.76 |
| Hex | AD | D8 | AF | 14 | 0 | 13 | F | 7B | 24 | 4C |
| Octal | 255 | 330 | 257 | 24 | 0 | 23 | 17 | 173 | 44 | 114 |
| Binary | 10101101 | 11011000 | 10101111 | 10100 | 0 | 10011 | 1111 | 1111011 | 100100 | 1001100 |
Color Harmonies of #ADD8AF
Complementary color
Monochromatic Colors of #ADD8AF
Black with #ADD8AF
Text Example
Text Example
White with #ADD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8AF; }
p { color: rgb(173,216,175); }
H1.HeaderClassName
{
color: #ADD8AF;
}
.AnyTagClassName
{
color: #ADD8AF;
}
</style>
background-color css
<style>
a { background-color: #ADD8AF; }
a { background-color: rgb(173,216,175); }
div.DivClassName
{
background-color: #ADD8AF;
}
.BgClassName
{
background-color: #ADD8AF;
}
</style>
border-color css
<style>
span { border-color: #ADD8AF; }
span { border-color: rgb(173,216,175); }
td.TdClassName
{
border-color: #ADD8AF;
}
.TagClassName
{
border-color: #ADD8AF;
}
</style>