Shades of Mint Green #94FFAC
Tints of Mint Green #94FFAC
RGB
CMYK
RGB Variations
Color information
#94FFAC (or 0x94FFAC) is known color: Mint Green. HEX triplet: 94, FF and AC. RGB value is (148,255,172). Sum of RGB (Red+Green+Blue) = 148+255+172=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FFAC is #6B0053. Grayscale: #D5D5D5. Windows color (decimal): -7012436 or 11337620. OLE color: 11337620.
HSL color Cylindrical-coordinate representation of color #94FFAC: hue angle of 133.46º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FFAC is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 172 | - |
| CMYK | 0.42 | 0 | 0.33 | 0 |
| HSL | 133.46º | 1% | 0.79% | - |
| HSV(B) | 133.46º | 0.42% | 1% | - |
| XYZ | 55.42 | 80.79 | 51.7 | - |
| YUV | 213.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 172 | 0.42 | 0 | 0.33 | 0 | 133.46 | 1 | 0.79 |
| Hex | 94 | FF | AC | 2A | 0 | 21 | 0 | 85 | 64 | 4F |
| Octal | 224 | 377 | 254 | 52 | 0 | 41 | 0 | 205 | 144 | 117 |
| Binary | 10010100 | 11111111 | 10101100 | 101010 | 0 | 100001 | 0 | 10000101 | 1100100 | 1001111 |
Color Harmonies of #94FFAC
Complementary color
Monochromatic Colors of #94FFAC
Black with #94FFAC
Text Example
Text Example
White with #94FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFAC; }
p { color: rgb(148,255,172); }
H1.HeaderClassName
{
color: #94FFAC;
}
.AnyTagClassName
{
color: #94FFAC;
}
</style>
background-color css
<style>
a { background-color: #94FFAC; }
a { background-color: rgb(148,255,172); }
div.DivClassName
{
background-color: #94FFAC;
}
.BgClassName
{
background-color: #94FFAC;
}
</style>
border-color css
<style>
span { border-color: #94FFAC; }
span { border-color: rgb(148,255,172); }
td.TdClassName
{
border-color: #94FFAC;
}
.TagClassName
{
border-color: #94FFAC;
}
</style>