Shades of Mint Green #9EFF95
Tints of Mint Green #9EFF95
RGB
CMYK
RGB Variations
Color information
#9EFF95 (or 0x9EFF95) is known color: Mint Green. HEX triplet: 9E, FF and 95. RGB value is (158,255,149). Sum of RGB (Red+Green+Blue) = 158+255+149=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFF95 is #61006A. Grayscale: #D6D6D6. Windows color (decimal): -6357099 or 9830302. OLE color: 9830302.
HSL color Cylindrical-coordinate representation of color #9EFF95: hue angle of 114.91º 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 #9EFF95 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 149 | - |
| CMYK | 0.38 | 0 | 0.42 | 0 |
| HSL | 114.91º | 1% | 0.79% | - |
| HSV(B) | 114.91º | 0.42% | 1% | - |
| XYZ | 55.29 | 80.96 | 41.15 | - |
| YUV | 213.91 | 91.36 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 149 | 0.38 | 0 | 0.42 | 0 | 114.91 | 1 | 0.79 |
| Hex | 9E | FF | 95 | 26 | 0 | 2A | 0 | 73 | 64 | 4F |
| Octal | 236 | 377 | 225 | 46 | 0 | 52 | 0 | 163 | 144 | 117 |
| Binary | 10011110 | 11111111 | 10010101 | 100110 | 0 | 101010 | 0 | 1110011 | 1100100 | 1001111 |
Color Harmonies of #9EFF95
Complementary color
Monochromatic Colors of #9EFF95
Black with #9EFF95
Text Example
Text Example
White with #9EFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF95; }
p { color: rgb(158,255,149); }
H1.HeaderClassName
{
color: #9EFF95;
}
.AnyTagClassName
{
color: #9EFF95;
}
</style>
background-color css
<style>
a { background-color: #9EFF95; }
a { background-color: rgb(158,255,149); }
div.DivClassName
{
background-color: #9EFF95;
}
.BgClassName
{
background-color: #9EFF95;
}
</style>
border-color css
<style>
span { border-color: #9EFF95; }
span { border-color: rgb(158,255,149); }
td.TdClassName
{
border-color: #9EFF95;
}
.TagClassName
{
border-color: #9EFF95;
}
</style>