Shades of Moss Green #ADEBAA
Tints of Moss Green #ADEBAA
RGB
CMYK
RGB Variations
Color information
#ADEBAA (or 0xADEBAA) is known color: Moss Green. HEX triplet: AD, EB and AA. RGB value is (173,235,170). Sum of RGB (Red+Green+Blue) = 173+235+170=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEBAA is #521455. Grayscale: #D1D1D1. Windows color (decimal): -5379158 or 11201453. OLE color: 11201453.
HSL color Cylindrical-coordinate representation of color #ADEBAA: hue angle of 117.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEBAA is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 170 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.08 |
| HSL | 117.23º | 0.62% | 0.79% | - |
| HSV(B) | 117.23º | 0.28% | 0.92% | - |
| XYZ | 54.2 | 71.2 | 48.92 | - |
| YUV | 209.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 170 | 0.26 | 0 | 0.28 | 0.08 | 117.23 | 0.62 | 0.79 |
| Hex | AD | EB | AA | 1A | 0 | 1C | 8 | 75 | 3E | 4F |
| Octal | 255 | 353 | 252 | 32 | 0 | 34 | 10 | 165 | 76 | 117 |
| Binary | 10101101 | 11101011 | 10101010 | 11010 | 0 | 11100 | 1000 | 1110101 | 111110 | 1001111 |
Color Harmonies of #ADEBAA
Complementary color
Monochromatic Colors of #ADEBAA
Black with #ADEBAA
Text Example
Text Example
White with #ADEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBAA; }
p { color: rgb(173,235,170); }
H1.HeaderClassName
{
color: #ADEBAA;
}
.AnyTagClassName
{
color: #ADEBAA;
}
</style>
background-color css
<style>
a { background-color: #ADEBAA; }
a { background-color: rgb(173,235,170); }
div.DivClassName
{
background-color: #ADEBAA;
}
.BgClassName
{
background-color: #ADEBAA;
}
</style>
border-color css
<style>
span { border-color: #ADEBAA; }
span { border-color: rgb(173,235,170); }
td.TdClassName
{
border-color: #ADEBAA;
}
.TagClassName
{
border-color: #ADEBAA;
}
</style>