Shades of Mint Green #94FFA8
Tints of Mint Green #94FFA8
RGB
CMYK
RGB Variations
Color information
#94FFA8 (or 0x94FFA8) is known color: Mint Green. HEX triplet: 94, FF and A8. RGB value is (148,255,168). Sum of RGB (Red+Green+Blue) = 148+255+168=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FFA8 is #6B0057. Grayscale: #D5D5D5. Windows color (decimal): -7012440 or 11075476. OLE color: 11075476.
HSL color Cylindrical-coordinate representation of color #94FFA8: hue angle of 131.21º 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 #94FFA8 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 168 | - |
| CMYK | 0.42 | 0 | 0.34 | 0 |
| HSL | 131.22º | 1% | 0.79% | - |
| HSV(B) | 131.22º | 0.42% | 1% | - |
| XYZ | 55.04 | 80.64 | 49.71 | - |
| YUV | 213.09 | 102.55 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 168 | 0.42 | 0 | 0.34 | 0 | 131.22 | 1 | 0.79 |
| Hex | 94 | FF | A8 | 2A | 0 | 22 | 0 | 83 | 64 | 4F |
| Octal | 224 | 377 | 250 | 52 | 0 | 42 | 0 | 203 | 144 | 117 |
| Binary | 10010100 | 11111111 | 10101000 | 101010 | 0 | 100010 | 0 | 10000011 | 1100100 | 1001111 |
Color Harmonies of #94FFA8
Complementary color
Monochromatic Colors of #94FFA8
Black with #94FFA8
Text Example
Text Example
White with #94FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFA8; }
p { color: rgb(148,255,168); }
H1.HeaderClassName
{
color: #94FFA8;
}
.AnyTagClassName
{
color: #94FFA8;
}
</style>
background-color css
<style>
a { background-color: #94FFA8; }
a { background-color: rgb(148,255,168); }
div.DivClassName
{
background-color: #94FFA8;
}
.BgClassName
{
background-color: #94FFA8;
}
</style>
border-color css
<style>
span { border-color: #94FFA8; }
span { border-color: rgb(148,255,168); }
td.TdClassName
{
border-color: #94FFA8;
}
.TagClassName
{
border-color: #94FFA8;
}
</style>