Shades of Moss Green #ADDBAF
Tints of Moss Green #ADDBAF
RGB
CMYK
RGB Variations
Color information
#ADDBAF (or 0xADDBAF) is known color: Moss Green. HEX triplet: AD, DB and AF. RGB value is (173,219,175). Sum of RGB (Red+Green+Blue) = 173+219+175=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBAF is #522450. Grayscale: #C8C8C8. Windows color (decimal): -5383249 or 11525037. OLE color: 11525037.
HSL color Cylindrical-coordinate representation of color #ADDBAF: hue angle of 122.61º degrees, saturation: 0.39, 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 #ADDBAF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 175 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.14 |
| HSL | 122.61º | 0.39% | 0.77% | - |
| HSV(B) | 122.61º | 0.21% | 0.86% | - |
| XYZ | 50.3 | 62.64 | 50 | - |
| YUV | 200.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 175 | 0.21 | 0 | 0.20 | 0.14 | 122.61 | 0.39 | 0.77 |
| Hex | AD | DB | AF | 15 | 0 | 14 | E | 7B | 27 | 4D |
| Octal | 255 | 333 | 257 | 25 | 0 | 24 | 16 | 173 | 47 | 115 |
| Binary | 10101101 | 11011011 | 10101111 | 10101 | 0 | 10100 | 1110 | 1111011 | 100111 | 1001101 |
Color Harmonies of #ADDBAF
Complementary color
Monochromatic Colors of #ADDBAF
Black with #ADDBAF
Text Example
Text Example
White with #ADDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBAF; }
p { color: rgb(173,219,175); }
H1.HeaderClassName
{
color: #ADDBAF;
}
.AnyTagClassName
{
color: #ADDBAF;
}
</style>
background-color css
<style>
a { background-color: #ADDBAF; }
a { background-color: rgb(173,219,175); }
div.DivClassName
{
background-color: #ADDBAF;
}
.BgClassName
{
background-color: #ADDBAF;
}
</style>
border-color css
<style>
span { border-color: #ADDBAF; }
span { border-color: rgb(173,219,175); }
td.TdClassName
{
border-color: #ADDBAF;
}
.TagClassName
{
border-color: #ADDBAF;
}
</style>