Shades of Mint Green #94FEA8
Tints of Mint Green #94FEA8
RGB
CMYK
RGB Variations
Color information
#94FEA8 (or 0x94FEA8) is known color: Mint Green. HEX triplet: 94, FE and A8. RGB value is (148,254,168). Sum of RGB (Red+Green+Blue) = 148+254+168=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FEA8 is #6B0157. Grayscale: #D4D4D4. Windows color (decimal): -7012696 or 11075220. OLE color: 11075220.
HSL color Cylindrical-coordinate representation of color #94FEA8: hue angle of 131.32º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FEA8 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 168 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.00 |
| HSL | 131.32º | 0.98% | 0.79% | - |
| HSV(B) | 131.32º | 0.42% | 1% | - |
| XYZ | 54.72 | 80.01 | 49.6 | - |
| YUV | 212.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 168 | 0.42 | 0 | 0.34 | 0.00 | 131.32 | 0.98 | 0.79 |
| Hex | 94 | FE | A8 | 2A | 0 | 22 | 0 | 83 | 62 | 4F |
| Octal | 224 | 376 | 250 | 52 | 0 | 42 | 0 | 203 | 142 | 117 |
| Binary | 10010100 | 11111110 | 10101000 | 101010 | 0 | 100010 | 0 | 10000011 | 1100010 | 1001111 |
Color Harmonies of #94FEA8
Complementary color
Monochromatic Colors of #94FEA8
Black with #94FEA8
Text Example
Text Example
White with #94FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FEA8; }
p { color: rgb(148,254,168); }
H1.HeaderClassName
{
color: #94FEA8;
}
.AnyTagClassName
{
color: #94FEA8;
}
</style>
background-color css
<style>
a { background-color: #94FEA8; }
a { background-color: rgb(148,254,168); }
div.DivClassName
{
background-color: #94FEA8;
}
.BgClassName
{
background-color: #94FEA8;
}
</style>
border-color css
<style>
span { border-color: #94FEA8; }
span { border-color: rgb(148,254,168); }
td.TdClassName
{
border-color: #94FEA8;
}
.TagClassName
{
border-color: #94FEA8;
}
</style>