Shades of Moss Green #ADEDA8
Tints of Moss Green #ADEDA8
RGB
CMYK
RGB Variations
Color information
#ADEDA8 (or 0xADEDA8) is known color: Moss Green. HEX triplet: AD, ED and A8. RGB value is (173,237,168). Sum of RGB (Red+Green+Blue) = 173+237+168=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEDA8 is #521257. Grayscale: #D2D2D2. Windows color (decimal): -5378648 or 11070893. OLE color: 11070893.
HSL color Cylindrical-coordinate representation of color #ADEDA8: hue angle of 115.65º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADEDA8 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 237 | 168 | - |
CMYK | 0.27 | 0 | 0.29 | 0.07 |
HSL | 115.65º | 0.66% | 0.79% | - |
HSV(B) | 115.65º | 0.29% | 0.93% | - |
XYZ | 54.59 | 72.28 | 48.12 | - |
YUV | 210 | 104.3 | 101.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 237 | 168 | 0.27 | 0 | 0.29 | 0.07 | 115.65 | 0.66 | 0.79 |
Hex | AD | ED | A8 | 1B | 0 | 1D | 7 | 74 | 42 | 4F |
Octal | 255 | 355 | 250 | 33 | 0 | 35 | 7 | 164 | 102 | 117 |
Binary | 10101101 | 11101101 | 10101000 | 11011 | 0 | 11101 | 111 | 1110100 | 1000010 | 1001111 |
Color Harmonies of #ADEDA8
Complementary color
Monochromatic Colors of #ADEDA8
Black with #ADEDA8
Text Example
Text Example
White with #ADEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDA8; }
p { color: rgb(173,237,168); }
H1.HeaderClassName
{
color: #ADEDA8;
}
.AnyTagClassName
{
color: #ADEDA8;
}
</style>
background-color css
<style>
a { background-color: #ADEDA8; }
a { background-color: rgb(173,237,168); }
div.DivClassName
{
background-color: #ADEDA8;
}
.BgClassName
{
background-color: #ADEDA8;
}
</style>
border-color css
<style>
span { border-color: #ADEDA8; }
span { border-color: rgb(173,237,168); }
td.TdClassName
{
border-color: #ADEDA8;
}
.TagClassName
{
border-color: #ADEDA8;
}
</style>