Shades of Moss Green #ADDFAC
Tints of Moss Green #ADDFAC
RGB
CMYK
RGB Variations
Color information
#ADDFAC (or 0xADDFAC) is known color: Moss Green. HEX triplet: AD, DF and AC. RGB value is (173,223,172). Sum of RGB (Red+Green+Blue) = 173+223+172=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFAC is #522053. Grayscale: #CACACA. Windows color (decimal): -5382228 or 11329453. OLE color: 11329453.
HSL color Cylindrical-coordinate representation of color #ADDFAC: hue angle of 118.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDFAC is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 172 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.13 |
| HSL | 118.82º | 0.44% | 0.77% | - |
| HSV(B) | 118.82º | 0.23% | 0.87% | - |
| XYZ | 51.07 | 64.64 | 48.81 | - |
| YUV | 202.24 | 110.94 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 172 | 0.22 | 0 | 0.23 | 0.13 | 118.82 | 0.44 | 0.77 |
| Hex | AD | DF | AC | 16 | 0 | 17 | D | 77 | 2C | 4D |
| Octal | 255 | 337 | 254 | 26 | 0 | 27 | 15 | 167 | 54 | 115 |
| Binary | 10101101 | 11011111 | 10101100 | 10110 | 0 | 10111 | 1101 | 1110111 | 101100 | 1001101 |
Color Harmonies of #ADDFAC
Complementary color
Monochromatic Colors of #ADDFAC
Black with #ADDFAC
Text Example
Text Example
White with #ADDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFAC; }
p { color: rgb(173,223,172); }
H1.HeaderClassName
{
color: #ADDFAC;
}
.AnyTagClassName
{
color: #ADDFAC;
}
</style>
background-color css
<style>
a { background-color: #ADDFAC; }
a { background-color: rgb(173,223,172); }
div.DivClassName
{
background-color: #ADDFAC;
}
.BgClassName
{
background-color: #ADDFAC;
}
</style>
border-color css
<style>
span { border-color: #ADDFAC; }
span { border-color: rgb(173,223,172); }
td.TdClassName
{
border-color: #ADDFAC;
}
.TagClassName
{
border-color: #ADDFAC;
}
</style>