Shades of Moss Green #ACDEA8
Tints of Moss Green #ACDEA8
RGB
CMYK
RGB Variations
Color information
#ACDEA8 (or 0xACDEA8) is known color: Moss Green. HEX triplet: AC, DE and A8. RGB value is (172,222,168). Sum of RGB (Red+Green+Blue) = 172+222+168=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDEA8 is #532157. Grayscale: #C9C9C9. Windows color (decimal): -5448024 or 11067052. OLE color: 11067052.
HSL color Cylindrical-coordinate representation of color #ACDEA8: hue angle of 115.56º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDEA8 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 168 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.13 |
| HSL | 115.56º | 0.45% | 0.76% | - |
| HSV(B) | 115.56º | 0.24% | 0.87% | - |
| XYZ | 50.2 | 63.84 | 46.72 | - |
| YUV | 200.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 168 | 0.23 | 0 | 0.24 | 0.13 | 115.56 | 0.45 | 0.76 |
| Hex | AC | DE | A8 | 17 | 0 | 18 | D | 74 | 2D | 4C |
| Octal | 254 | 336 | 250 | 27 | 0 | 30 | 15 | 164 | 55 | 114 |
| Binary | 10101100 | 11011110 | 10101000 | 10111 | 0 | 11000 | 1101 | 1110100 | 101101 | 1001100 |
Color Harmonies of #ACDEA8
Complementary color
Monochromatic Colors of #ACDEA8
Black with #ACDEA8
Text Example
Text Example
White with #ACDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEA8; }
p { color: rgb(172,222,168); }
H1.HeaderClassName
{
color: #ACDEA8;
}
.AnyTagClassName
{
color: #ACDEA8;
}
</style>
background-color css
<style>
a { background-color: #ACDEA8; }
a { background-color: rgb(172,222,168); }
div.DivClassName
{
background-color: #ACDEA8;
}
.BgClassName
{
background-color: #ACDEA8;
}
</style>
border-color css
<style>
span { border-color: #ACDEA8; }
span { border-color: rgb(172,222,168); }
td.TdClassName
{
border-color: #ACDEA8;
}
.TagClassName
{
border-color: #ACDEA8;
}
</style>