Shades of Moss Green #ACF3A8
Tints of Moss Green #ACF3A8
RGB
CMYK
RGB Variations
Color information
#ACF3A8 (or 0xACF3A8) is known color: Moss Green. HEX triplet: AC, F3 and A8. RGB value is (172,243,168). Sum of RGB (Red+Green+Blue) = 172+243+168=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF3A8 is #530C57. Grayscale: #D5D5D5. Windows color (decimal): -5442648 or 11072428. OLE color: 11072428.
HSL color Cylindrical-coordinate representation of color #ACF3A8: hue angle of 116.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF3A8 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 168 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.05 |
| HSL | 116.8º | 0.76% | 0.81% | - |
| HSV(B) | 116.8º | 0.31% | 0.95% | - |
| XYZ | 56.13 | 75.7 | 48.7 | - |
| YUV | 213.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 168 | 0.29 | 0 | 0.31 | 0.05 | 116.8 | 0.76 | 0.81 |
| Hex | AC | F3 | A8 | 1D | 0 | 1F | 5 | 75 | 4C | 51 |
| Octal | 254 | 363 | 250 | 35 | 0 | 37 | 5 | 165 | 114 | 121 |
| Binary | 10101100 | 11110011 | 10101000 | 11101 | 0 | 11111 | 101 | 1110101 | 1001100 | 1010001 |
Color Harmonies of #ACF3A8
Complementary color
Monochromatic Colors of #ACF3A8
Black with #ACF3A8
Text Example
Text Example
White with #ACF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3A8; }
p { color: rgb(172,243,168); }
H1.HeaderClassName
{
color: #ACF3A8;
}
.AnyTagClassName
{
color: #ACF3A8;
}
</style>
background-color css
<style>
a { background-color: #ACF3A8; }
a { background-color: rgb(172,243,168); }
div.DivClassName
{
background-color: #ACF3A8;
}
.BgClassName
{
background-color: #ACF3A8;
}
</style>
border-color css
<style>
span { border-color: #ACF3A8; }
span { border-color: rgb(172,243,168); }
td.TdClassName
{
border-color: #ACF3A8;
}
.TagClassName
{
border-color: #ACF3A8;
}
</style>