Shades of Moss Green #ADDBA8
Tints of Moss Green #ADDBA8
RGB
CMYK
RGB Variations
Color information
#ADDBA8 (or 0xADDBA8) is known color: Moss Green. HEX triplet: AD, DB and A8. RGB value is (173,219,168). Sum of RGB (Red+Green+Blue) = 173+219+168=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBA8 is #522457. Grayscale: #C7C7C7. Windows color (decimal): -5383256 or 11066285. OLE color: 11066285.
HSL color Cylindrical-coordinate representation of color #ADDBA8: hue angle of 114.12º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDBA8 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 168 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.14 |
| HSL | 114.12º | 0.41% | 0.76% | - |
| HSV(B) | 114.12º | 0.23% | 0.86% | - |
| XYZ | 49.63 | 62.37 | 46.47 | - |
| YUV | 199.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 168 | 0.21 | 0 | 0.23 | 0.14 | 114.12 | 0.41 | 0.76 |
| Hex | AD | DB | A8 | 15 | 0 | 17 | E | 72 | 29 | 4C |
| Octal | 255 | 333 | 250 | 25 | 0 | 27 | 16 | 162 | 51 | 114 |
| Binary | 10101101 | 11011011 | 10101000 | 10101 | 0 | 10111 | 1110 | 1110010 | 101001 | 1001100 |
Color Harmonies of #ADDBA8
Complementary color
Monochromatic Colors of #ADDBA8
Black with #ADDBA8
Text Example
Text Example
White with #ADDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBA8; }
p { color: rgb(173,219,168); }
H1.HeaderClassName
{
color: #ADDBA8;
}
.AnyTagClassName
{
color: #ADDBA8;
}
</style>
background-color css
<style>
a { background-color: #ADDBA8; }
a { background-color: rgb(173,219,168); }
div.DivClassName
{
background-color: #ADDBA8;
}
.BgClassName
{
background-color: #ADDBA8;
}
</style>
border-color css
<style>
span { border-color: #ADDBA8; }
span { border-color: rgb(173,219,168); }
td.TdClassName
{
border-color: #ADDBA8;
}
.TagClassName
{
border-color: #ADDBA8;
}
</style>