Shades of Moss Green #ADEDAB
Tints of Moss Green #ADEDAB
RGB
CMYK
RGB Variations
Color information
#ADEDAB (or 0xADEDAB) is known color: Moss Green. HEX triplet: AD, ED and AB. RGB value is (173,237,171). Sum of RGB (Red+Green+Blue) = 173+237+171=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEDAB is #521254. Grayscale: #D2D2D2. Windows color (decimal): -5378645 or 11267501. OLE color: 11267501.
HSL color Cylindrical-coordinate representation of color #ADEDAB: hue angle of 118.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEDAB is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 171 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.07 |
| HSL | 118.18º | 0.65% | 0.8% | - |
| HSV(B) | 118.18º | 0.28% | 0.93% | - |
| XYZ | 54.87 | 72.39 | 49.61 | - |
| YUV | 210.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 171 | 0.27 | 0 | 0.28 | 0.07 | 118.18 | 0.65 | 0.8 |
| Hex | AD | ED | AB | 1B | 0 | 1C | 7 | 76 | 41 | 50 |
| Octal | 255 | 355 | 253 | 33 | 0 | 34 | 7 | 166 | 101 | 120 |
| Binary | 10101101 | 11101101 | 10101011 | 11011 | 0 | 11100 | 111 | 1110110 | 1000001 | 1010000 |
Color Harmonies of #ADEDAB
Complementary color
Monochromatic Colors of #ADEDAB
Black with #ADEDAB
Text Example
Text Example
White with #ADEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDAB; }
p { color: rgb(173,237,171); }
H1.HeaderClassName
{
color: #ADEDAB;
}
.AnyTagClassName
{
color: #ADEDAB;
}
</style>
background-color css
<style>
a { background-color: #ADEDAB; }
a { background-color: rgb(173,237,171); }
div.DivClassName
{
background-color: #ADEDAB;
}
.BgClassName
{
background-color: #ADEDAB;
}
</style>
border-color css
<style>
span { border-color: #ADEDAB; }
span { border-color: rgb(173,237,171); }
td.TdClassName
{
border-color: #ADEDAB;
}
.TagClassName
{
border-color: #ADEDAB;
}
</style>