Shades of Mint Green #94FE8B
Tints of Mint Green #94FE8B
RGB
CMYK
RGB Variations
Color information
#94FE8B (or 0x94FE8B) is known color: Mint Green. HEX triplet: 94, FE and 8B. RGB value is (148,254,139). Sum of RGB (Red+Green+Blue) = 148+254+139=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FE8B is #6B0174. Grayscale: #D1D1D1. Windows color (decimal): -7012725 or 9174676. OLE color: 9174676.
HSL color Cylindrical-coordinate representation of color #94FE8B: hue angle of 115.3º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94FE8B is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 139 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.00 |
| HSL | 115.3º | 0.98% | 0.77% | - |
| HSV(B) | 115.3º | 0.45% | 1% | - |
| XYZ | 52.31 | 79.04 | 36.93 | - |
| YUV | 209.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 139 | 0.42 | 0 | 0.45 | 0.00 | 115.3 | 0.98 | 0.77 |
| Hex | 94 | FE | 8B | 2A | 0 | 2D | 0 | 73 | 62 | 4D |
| Octal | 224 | 376 | 213 | 52 | 0 | 55 | 0 | 163 | 142 | 115 |
| Binary | 10010100 | 11111110 | 10001011 | 101010 | 0 | 101101 | 0 | 1110011 | 1100010 | 1001101 |
Color Harmonies of #94FE8B
Complementary color
Monochromatic Colors of #94FE8B
Black with #94FE8B
Text Example
Text Example
White with #94FE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FE8B; }
p { color: rgb(148,254,139); }
H1.HeaderClassName
{
color: #94FE8B;
}
.AnyTagClassName
{
color: #94FE8B;
}
</style>
background-color css
<style>
a { background-color: #94FE8B; }
a { background-color: rgb(148,254,139); }
div.DivClassName
{
background-color: #94FE8B;
}
.BgClassName
{
background-color: #94FE8B;
}
</style>
border-color css
<style>
span { border-color: #94FE8B; }
span { border-color: rgb(148,254,139); }
td.TdClassName
{
border-color: #94FE8B;
}
.TagClassName
{
border-color: #94FE8B;
}
</style>