Shades of Moss Green #ACF3A4
Tints of Moss Green #ACF3A4
RGB
CMYK
RGB Variations
Color information
#ACF3A4 (or 0xACF3A4) is known color: Moss Green. HEX triplet: AC, F3 and A4. RGB value is (172,243,164). Sum of RGB (Red+Green+Blue) = 172+243+164=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF3A4 is #530C5B. Grayscale: #D5D5D5. Windows color (decimal): -5442652 or 10810284. OLE color: 10810284.
HSL color Cylindrical-coordinate representation of color #ACF3A4: hue angle of 113.92º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACF3A4 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 164 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.05 |
| HSL | 113.92º | 0.77% | 0.8% | - |
| HSV(B) | 113.92º | 0.33% | 0.95% | - |
| XYZ | 55.76 | 75.55 | 46.77 | - |
| YUV | 212.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 164 | 0.29 | 0 | 0.33 | 0.05 | 113.92 | 0.77 | 0.8 |
| Hex | AC | F3 | A4 | 1D | 0 | 21 | 5 | 72 | 4D | 50 |
| Octal | 254 | 363 | 244 | 35 | 0 | 41 | 5 | 162 | 115 | 120 |
| Binary | 10101100 | 11110011 | 10100100 | 11101 | 0 | 100001 | 101 | 1110010 | 1001101 | 1010000 |
Color Harmonies of #ACF3A4
Complementary color
Monochromatic Colors of #ACF3A4
Black with #ACF3A4
Text Example
Text Example
White with #ACF3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3A4; }
p { color: rgb(172,243,164); }
H1.HeaderClassName
{
color: #ACF3A4;
}
.AnyTagClassName
{
color: #ACF3A4;
}
</style>
background-color css
<style>
a { background-color: #ACF3A4; }
a { background-color: rgb(172,243,164); }
div.DivClassName
{
background-color: #ACF3A4;
}
.BgClassName
{
background-color: #ACF3A4;
}
</style>
border-color css
<style>
span { border-color: #ACF3A4; }
span { border-color: rgb(172,243,164); }
td.TdClassName
{
border-color: #ACF3A4;
}
.TagClassName
{
border-color: #ACF3A4;
}
</style>