Shades of Moss Green #ADDFA8
Tints of Moss Green #ADDFA8
RGB
CMYK
RGB Variations
Color information
#ADDFA8 (or 0xADDFA8) is known color: Moss Green. HEX triplet: AD, DF and A8. RGB value is (173,223,168). Sum of RGB (Red+Green+Blue) = 173+223+168=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFA8 is #522057. Grayscale: #C9C9C9. Windows color (decimal): -5382232 or 11067309. OLE color: 11067309.
HSL color Cylindrical-coordinate representation of color #ADDFA8: hue angle of 114.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDFA8 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 168 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.13 |
| HSL | 114.55º | 0.46% | 0.77% | - |
| HSV(B) | 114.55º | 0.25% | 0.87% | - |
| XYZ | 50.69 | 64.49 | 46.82 | - |
| YUV | 201.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 168 | 0.22 | 0 | 0.25 | 0.13 | 114.55 | 0.46 | 0.77 |
| Hex | AD | DF | A8 | 16 | 0 | 19 | D | 73 | 2E | 4D |
| Octal | 255 | 337 | 250 | 26 | 0 | 31 | 15 | 163 | 56 | 115 |
| Binary | 10101101 | 11011111 | 10101000 | 10110 | 0 | 11001 | 1101 | 1110011 | 101110 | 1001101 |
Color Harmonies of #ADDFA8
Complementary color
Monochromatic Colors of #ADDFA8
Black with #ADDFA8
Text Example
Text Example
White with #ADDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFA8; }
p { color: rgb(173,223,168); }
H1.HeaderClassName
{
color: #ADDFA8;
}
.AnyTagClassName
{
color: #ADDFA8;
}
</style>
background-color css
<style>
a { background-color: #ADDFA8; }
a { background-color: rgb(173,223,168); }
div.DivClassName
{
background-color: #ADDFA8;
}
.BgClassName
{
background-color: #ADDFA8;
}
</style>
border-color css
<style>
span { border-color: #ADDFA8; }
span { border-color: rgb(173,223,168); }
td.TdClassName
{
border-color: #ADDFA8;
}
.TagClassName
{
border-color: #ADDFA8;
}
</style>