Shades of Moss Green #ADDAAC
Tints of Moss Green #ADDAAC
RGB
CMYK
RGB Variations
Color information
#ADDAAC (or 0xADDAAC) is known color: Moss Green. HEX triplet: AD, DA and AC. RGB value is (173,218,172). Sum of RGB (Red+Green+Blue) = 173+218+172=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAAC is #522553. Grayscale: #C7C7C7. Windows color (decimal): -5383508 or 11328173. OLE color: 11328173.
HSL color Cylindrical-coordinate representation of color #ADDAAC: hue angle of 118.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAAC is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 172 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.15 |
| HSL | 118.7º | 0.38% | 0.76% | - |
| HSV(B) | 118.7º | 0.21% | 0.85% | - |
| XYZ | 49.75 | 62.01 | 48.38 | - |
| YUV | 199.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 172 | 0.21 | 0 | 0.21 | 0.15 | 118.7 | 0.38 | 0.76 |
| Hex | AD | DA | AC | 15 | 0 | 15 | F | 77 | 26 | 4C |
| Octal | 255 | 332 | 254 | 25 | 0 | 25 | 17 | 167 | 46 | 114 |
| Binary | 10101101 | 11011010 | 10101100 | 10101 | 0 | 10101 | 1111 | 1110111 | 100110 | 1001100 |
Color Harmonies of #ADDAAC
Complementary color
Monochromatic Colors of #ADDAAC
Black with #ADDAAC
Text Example
Text Example
White with #ADDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAAC; }
p { color: rgb(173,218,172); }
H1.HeaderClassName
{
color: #ADDAAC;
}
.AnyTagClassName
{
color: #ADDAAC;
}
</style>
background-color css
<style>
a { background-color: #ADDAAC; }
a { background-color: rgb(173,218,172); }
div.DivClassName
{
background-color: #ADDAAC;
}
.BgClassName
{
background-color: #ADDAAC;
}
</style>
border-color css
<style>
span { border-color: #ADDAAC; }
span { border-color: rgb(173,218,172); }
td.TdClassName
{
border-color: #ADDAAC;
}
.TagClassName
{
border-color: #ADDAAC;
}
</style>