Shades of Moss Green #ACF1A8
Tints of Moss Green #ACF1A8
RGB
CMYK
RGB Variations
Color information
#ACF1A8 (or 0xACF1A8) is known color: Moss Green. HEX triplet: AC, F1 and A8. RGB value is (172,241,168). Sum of RGB (Red+Green+Blue) = 172+241+168=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1A8 is #530E57. Grayscale: #D4D4D4. Windows color (decimal): -5443160 or 11071916. OLE color: 11071916.
HSL color Cylindrical-coordinate representation of color #ACF1A8: hue angle of 116.71º 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 #ACF1A8 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 168 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.05 |
| HSL | 116.71º | 0.72% | 0.8% | - |
| HSV(B) | 116.71º | 0.3% | 0.95% | - |
| XYZ | 55.54 | 74.51 | 48.5 | - |
| YUV | 212.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 168 | 0.29 | 0 | 0.30 | 0.05 | 116.71 | 0.72 | 0.8 |
| Hex | AC | F1 | A8 | 1D | 0 | 1E | 5 | 75 | 48 | 50 |
| Octal | 254 | 361 | 250 | 35 | 0 | 36 | 5 | 165 | 110 | 120 |
| Binary | 10101100 | 11110001 | 10101000 | 11101 | 0 | 11110 | 101 | 1110101 | 1001000 | 1010000 |
Color Harmonies of #ACF1A8
Complementary color
Monochromatic Colors of #ACF1A8
Black with #ACF1A8
Text Example
Text Example
White with #ACF1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1A8; }
p { color: rgb(172,241,168); }
H1.HeaderClassName
{
color: #ACF1A8;
}
.AnyTagClassName
{
color: #ACF1A8;
}
</style>
background-color css
<style>
a { background-color: #ACF1A8; }
a { background-color: rgb(172,241,168); }
div.DivClassName
{
background-color: #ACF1A8;
}
.BgClassName
{
background-color: #ACF1A8;
}
</style>
border-color css
<style>
span { border-color: #ACF1A8; }
span { border-color: rgb(172,241,168); }
td.TdClassName
{
border-color: #ACF1A8;
}
.TagClassName
{
border-color: #ACF1A8;
}
</style>