Shades of Moss Green #ADF1A8
Tints of Moss Green #ADF1A8
RGB
CMYK
RGB Variations
Color information
#ADF1A8 (or 0xADF1A8) is known color: Moss Green. HEX triplet: AD, F1 and A8. RGB value is (173,241,168). Sum of RGB (Red+Green+Blue) = 173+241+168=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF1A8 is #520E57. Grayscale: #D4D4D4. Windows color (decimal): -5377624 or 11071917. OLE color: 11071917.
HSL color Cylindrical-coordinate representation of color #ADF1A8: hue angle of 115.89º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF1A8 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 168 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.05 |
| HSL | 115.89º | 0.72% | 0.8% | - |
| HSV(B) | 115.89º | 0.3% | 0.95% | - |
| XYZ | 55.76 | 74.62 | 48.51 | - |
| YUV | 212.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 168 | 0.28 | 0 | 0.30 | 0.05 | 115.89 | 0.72 | 0.8 |
| Hex | AD | F1 | A8 | 1C | 0 | 1E | 5 | 74 | 48 | 50 |
| Octal | 255 | 361 | 250 | 34 | 0 | 36 | 5 | 164 | 110 | 120 |
| Binary | 10101101 | 11110001 | 10101000 | 11100 | 0 | 11110 | 101 | 1110100 | 1001000 | 1010000 |
Color Harmonies of #ADF1A8
Complementary color
Monochromatic Colors of #ADF1A8
Black with #ADF1A8
Text Example
Text Example
White with #ADF1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1A8; }
p { color: rgb(173,241,168); }
H1.HeaderClassName
{
color: #ADF1A8;
}
.AnyTagClassName
{
color: #ADF1A8;
}
</style>
background-color css
<style>
a { background-color: #ADF1A8; }
a { background-color: rgb(173,241,168); }
div.DivClassName
{
background-color: #ADF1A8;
}
.BgClassName
{
background-color: #ADF1A8;
}
</style>
border-color css
<style>
span { border-color: #ADF1A8; }
span { border-color: rgb(173,241,168); }
td.TdClassName
{
border-color: #ADF1A8;
}
.TagClassName
{
border-color: #ADF1A8;
}
</style>