Shades of Moss Green #ACDFA8
Tints of Moss Green #ACDFA8
RGB
CMYK
RGB Variations
Color information
#ACDFA8 (or 0xACDFA8) is known color: Moss Green. HEX triplet: AC, DF and A8. RGB value is (172,223,168). Sum of RGB (Red+Green+Blue) = 172+223+168=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDFA8 is #532057. Grayscale: #C9C9C9. Windows color (decimal): -5447768 or 11067308. OLE color: 11067308.
HSL color Cylindrical-coordinate representation of color #ACDFA8: hue angle of 115.64º 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 #ACDFA8 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 168 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.13 |
| HSL | 115.64º | 0.46% | 0.77% | - |
| HSV(B) | 115.64º | 0.25% | 0.87% | - |
| XYZ | 50.47 | 64.37 | 46.81 | - |
| YUV | 201.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 168 | 0.23 | 0 | 0.25 | 0.13 | 115.64 | 0.46 | 0.77 |
| Hex | AC | DF | A8 | 17 | 0 | 19 | D | 74 | 2E | 4D |
| Octal | 254 | 337 | 250 | 27 | 0 | 31 | 15 | 164 | 56 | 115 |
| Binary | 10101100 | 11011111 | 10101000 | 10111 | 0 | 11001 | 1101 | 1110100 | 101110 | 1001101 |
Color Harmonies of #ACDFA8
Complementary color
Monochromatic Colors of #ACDFA8
Black with #ACDFA8
Text Example
Text Example
White with #ACDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFA8; }
p { color: rgb(172,223,168); }
H1.HeaderClassName
{
color: #ACDFA8;
}
.AnyTagClassName
{
color: #ACDFA8;
}
</style>
background-color css
<style>
a { background-color: #ACDFA8; }
a { background-color: rgb(172,223,168); }
div.DivClassName
{
background-color: #ACDFA8;
}
.BgClassName
{
background-color: #ACDFA8;
}
</style>
border-color css
<style>
span { border-color: #ACDFA8; }
span { border-color: rgb(172,223,168); }
td.TdClassName
{
border-color: #ACDFA8;
}
.TagClassName
{
border-color: #ACDFA8;
}
</style>