Shades of Mint Green #9BFF96
Tints of Mint Green #9BFF96
RGB
CMYK
RGB Variations
Color information
#9BFF96 (or 0x9BFF96) is known color: Mint Green. HEX triplet: 9B, FF and 96. RGB value is (155,255,150). Sum of RGB (Red+Green+Blue) = 155+255+150=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFF96 is #640069. Grayscale: #D5D5D5. Windows color (decimal): -6553706 or 9895835. OLE color: 9895835.
HSL color Cylindrical-coordinate representation of color #9BFF96: hue angle of 117.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BFF96 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 150 | - |
| CMYK | 0.39 | 0 | 0.41 | 0 |
| HSL | 117.14º | 1% | 0.79% | - |
| HSV(B) | 117.14º | 0.41% | 1% | - |
| XYZ | 54.78 | 80.69 | 41.54 | - |
| YUV | 213.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 150 | 0.39 | 0 | 0.41 | 0 | 117.14 | 1 | 0.79 |
| Hex | 9B | FF | 96 | 27 | 0 | 29 | 0 | 75 | 64 | 4F |
| Octal | 233 | 377 | 226 | 47 | 0 | 51 | 0 | 165 | 144 | 117 |
| Binary | 10011011 | 11111111 | 10010110 | 100111 | 0 | 101001 | 0 | 1110101 | 1100100 | 1001111 |
Color Harmonies of #9BFF96
Complementary color
Monochromatic Colors of #9BFF96
Black with #9BFF96
Text Example
Text Example
White with #9BFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF96; }
p { color: rgb(155,255,150); }
H1.HeaderClassName
{
color: #9BFF96;
}
.AnyTagClassName
{
color: #9BFF96;
}
</style>
background-color css
<style>
a { background-color: #9BFF96; }
a { background-color: rgb(155,255,150); }
div.DivClassName
{
background-color: #9BFF96;
}
.BgClassName
{
background-color: #9BFF96;
}
</style>
border-color css
<style>
span { border-color: #9BFF96; }
span { border-color: rgb(155,255,150); }
td.TdClassName
{
border-color: #9BFF96;
}
.TagClassName
{
border-color: #9BFF96;
}
</style>