Shades of Mint Green #94FFA6
Tints of Mint Green #94FFA6
RGB
CMYK
RGB Variations
Color information
#94FFA6 (or 0x94FFA6) is known color: Mint Green. HEX triplet: 94, FF and A6. RGB value is (148,255,166). Sum of RGB (Red+Green+Blue) = 148+255+166=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FFA6 is #6B0059. Grayscale: #D5D5D5. Windows color (decimal): -7012442 or 10944404. OLE color: 10944404.
HSL color Cylindrical-coordinate representation of color #94FFA6: hue angle of 130.09º 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 #94FFA6 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 166 | - |
| CMYK | 0.42 | 0 | 0.35 | 0 |
| HSL | 130.09º | 1% | 0.79% | - |
| HSV(B) | 130.09º | 0.42% | 1% | - |
| XYZ | 54.86 | 80.57 | 48.74 | - |
| YUV | 212.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 166 | 0.42 | 0 | 0.35 | 0 | 130.09 | 1 | 0.79 |
| Hex | 94 | FF | A6 | 2A | 0 | 23 | 0 | 82 | 64 | 4F |
| Octal | 224 | 377 | 246 | 52 | 0 | 43 | 0 | 202 | 144 | 117 |
| Binary | 10010100 | 11111111 | 10100110 | 101010 | 0 | 100011 | 0 | 10000010 | 1100100 | 1001111 |
Color Harmonies of #94FFA6
Complementary color
Monochromatic Colors of #94FFA6
Black with #94FFA6
Text Example
Text Example
White with #94FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFA6; }
p { color: rgb(148,255,166); }
H1.HeaderClassName
{
color: #94FFA6;
}
.AnyTagClassName
{
color: #94FFA6;
}
</style>
background-color css
<style>
a { background-color: #94FFA6; }
a { background-color: rgb(148,255,166); }
div.DivClassName
{
background-color: #94FFA6;
}
.BgClassName
{
background-color: #94FFA6;
}
</style>
border-color css
<style>
span { border-color: #94FFA6; }
span { border-color: rgb(148,255,166); }
td.TdClassName
{
border-color: #94FFA6;
}
.TagClassName
{
border-color: #94FFA6;
}
</style>