Shades of Moss Green #ADDAAA
Tints of Moss Green #ADDAAA
RGB
CMYK
RGB Variations
Color information
#ADDAAA (or 0xADDAAA) is known color: Moss Green. HEX triplet: AD, DA and AA. RGB value is (173,218,170). Sum of RGB (Red+Green+Blue) = 173+218+170=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAAA is #522555. Grayscale: #C7C7C7. Windows color (decimal): -5383510 or 11197101. OLE color: 11197101.
HSL color Cylindrical-coordinate representation of color #ADDAAA: hue angle of 116.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDAAA is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 170 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.15 |
| HSL | 116.25º | 0.39% | 0.76% | - |
| HSV(B) | 116.25º | 0.22% | 0.85% | - |
| XYZ | 49.56 | 61.93 | 47.37 | - |
| YUV | 199.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 170 | 0.21 | 0 | 0.22 | 0.15 | 116.25 | 0.39 | 0.76 |
| Hex | AD | DA | AA | 15 | 0 | 16 | F | 74 | 27 | 4C |
| Octal | 255 | 332 | 252 | 25 | 0 | 26 | 17 | 164 | 47 | 114 |
| Binary | 10101101 | 11011010 | 10101010 | 10101 | 0 | 10110 | 1111 | 1110100 | 100111 | 1001100 |
Color Harmonies of #ADDAAA
Complementary color
Monochromatic Colors of #ADDAAA
Black with #ADDAAA
Text Example
Text Example
White with #ADDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAAA; }
p { color: rgb(173,218,170); }
H1.HeaderClassName
{
color: #ADDAAA;
}
.AnyTagClassName
{
color: #ADDAAA;
}
</style>
background-color css
<style>
a { background-color: #ADDAAA; }
a { background-color: rgb(173,218,170); }
div.DivClassName
{
background-color: #ADDAAA;
}
.BgClassName
{
background-color: #ADDAAA;
}
</style>
border-color css
<style>
span { border-color: #ADDAAA; }
span { border-color: rgb(173,218,170); }
td.TdClassName
{
border-color: #ADDAAA;
}
.TagClassName
{
border-color: #ADDAAA;
}
</style>