Shades of Mint Green #ACFFAC
Tints of Mint Green #ACFFAC
RGB
CMYK
RGB Variations
Color information
#ACFFAC (or 0xACFFAC) is known color: Mint Green. HEX triplet: AC, FF and AC. RGB value is (172,255,172). Sum of RGB (Red+Green+Blue) = 172+255+172=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFFAC is #530053. Grayscale: #DCDCDC. Windows color (decimal): -5439572 or 11337644. OLE color: 11337644.
HSL color Cylindrical-coordinate representation of color #ACFFAC: hue angle of 120º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFAC is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 172 | - |
CMYK | 0.33 | 0 | 0.33 | 0 |
HSL | 120º | 1% | 0.84% | - |
HSV(B) | 120º | 0.33% | 1% | - |
XYZ | 60.22 | 83.27 | 51.93 | - |
YUV | 220.72 | 100.5 | 93.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 172 | 0.33 | 0 | 0.33 | 0 | 120 | 1 | 0.84 |
Hex | AC | FF | AC | 21 | 0 | 21 | 0 | 78 | 64 | 54 |
Octal | 254 | 377 | 254 | 41 | 0 | 41 | 0 | 170 | 144 | 124 |
Binary | 10101100 | 11111111 | 10101100 | 100001 | 0 | 100001 | 0 | 1111000 | 1100100 | 1010100 |
Color Harmonies of #ACFFAC
Complementary color
Monochromatic Colors of #ACFFAC
Black with #ACFFAC
Text Example
Text Example
White with #ACFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFAC; }
p { color: rgb(172,255,172); }
H1.HeaderClassName
{
color: #ACFFAC;
}
.AnyTagClassName
{
color: #ACFFAC;
}
</style>
background-color css
<style>
a { background-color: #ACFFAC; }
a { background-color: rgb(172,255,172); }
div.DivClassName
{
background-color: #ACFFAC;
}
.BgClassName
{
background-color: #ACFFAC;
}
</style>
border-color css
<style>
span { border-color: #ACFFAC; }
span { border-color: rgb(172,255,172); }
td.TdClassName
{
border-color: #ACFFAC;
}
.TagClassName
{
border-color: #ACFFAC;
}
</style>