Shades of Moss Green #ADDCAF
Tints of Moss Green #ADDCAF
RGB
CMYK
RGB Variations
Color information
#ADDCAF (or 0xADDCAF) is known color: Moss Green. HEX triplet: AD, DC and AF. RGB value is (173,220,175). Sum of RGB (Red+Green+Blue) = 173+220+175=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCAF is #522350. Grayscale: #C8C8C8. Windows color (decimal): -5382993 or 11525293. OLE color: 11525293.
HSL color Cylindrical-coordinate representation of color #ADDCAF: hue angle of 122.55º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCAF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 175 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.14 |
| HSL | 122.55º | 0.4% | 0.77% | - |
| HSV(B) | 122.55º | 0.21% | 0.86% | - |
| XYZ | 50.56 | 63.17 | 50.08 | - |
| YUV | 200.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 175 | 0.21 | 0 | 0.20 | 0.14 | 122.55 | 0.4 | 0.77 |
| Hex | AD | DC | AF | 15 | 0 | 14 | E | 7B | 28 | 4D |
| Octal | 255 | 334 | 257 | 25 | 0 | 24 | 16 | 173 | 50 | 115 |
| Binary | 10101101 | 11011100 | 10101111 | 10101 | 0 | 10100 | 1110 | 1111011 | 101000 | 1001101 |
Color Harmonies of #ADDCAF
Complementary color
Monochromatic Colors of #ADDCAF
Black with #ADDCAF
Text Example
Text Example
White with #ADDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCAF; }
p { color: rgb(173,220,175); }
H1.HeaderClassName
{
color: #ADDCAF;
}
.AnyTagClassName
{
color: #ADDCAF;
}
</style>
background-color css
<style>
a { background-color: #ADDCAF; }
a { background-color: rgb(173,220,175); }
div.DivClassName
{
background-color: #ADDCAF;
}
.BgClassName
{
background-color: #ADDCAF;
}
</style>
border-color css
<style>
span { border-color: #ADDCAF; }
span { border-color: rgb(173,220,175); }
td.TdClassName
{
border-color: #ADDCAF;
}
.TagClassName
{
border-color: #ADDCAF;
}
</style>