Shades of Mint Green #9EFF80
Tints of Mint Green #9EFF80
RGB
CMYK
RGB Variations
Color information
#9EFF80 (or 0x9EFF80) is known color: Mint Green. HEX triplet: 9E, FF and 80. RGB value is (158,255,128). Sum of RGB (Red+Green+Blue) = 158+255+128=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFF80 is #61007F. Grayscale: #D3D3D3. Windows color (decimal): -6357120 or 8454046. OLE color: 8454046.
HSL color Cylindrical-coordinate representation of color #9EFF80: hue angle of 105.83º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EFF80 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 128 | - |
| CMYK | 0.38 | 0 | 0.50 | 0 |
| HSL | 105.83º | 1% | 0.75% | - |
| HSV(B) | 105.83º | 0.5% | 1% | - |
| XYZ | 53.76 | 80.35 | 33.1 | - |
| YUV | 211.52 | 80.86 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 128 | 0.38 | 0 | 0.50 | 0 | 105.83 | 1 | 0.75 |
| Hex | 9E | FF | 80 | 26 | 0 | 32 | 0 | 6A | 64 | 4B |
| Octal | 236 | 377 | 200 | 46 | 0 | 62 | 0 | 152 | 144 | 113 |
| Binary | 10011110 | 11111111 | 10000000 | 100110 | 0 | 110010 | 0 | 1101010 | 1100100 | 1001011 |
Color Harmonies of #9EFF80
Complementary color
Monochromatic Colors of #9EFF80
Black with #9EFF80
Text Example
Text Example
White with #9EFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF80; }
p { color: rgb(158,255,128); }
H1.HeaderClassName
{
color: #9EFF80;
}
.AnyTagClassName
{
color: #9EFF80;
}
</style>
background-color css
<style>
a { background-color: #9EFF80; }
a { background-color: rgb(158,255,128); }
div.DivClassName
{
background-color: #9EFF80;
}
.BgClassName
{
background-color: #9EFF80;
}
</style>
border-color css
<style>
span { border-color: #9EFF80; }
span { border-color: rgb(158,255,128); }
td.TdClassName
{
border-color: #9EFF80;
}
.TagClassName
{
border-color: #9EFF80;
}
</style>