Shades of Mint Green #96FF9A
Tints of Mint Green #96FF9A
RGB
CMYK
RGB Variations
Color information
#96FF9A (or 0x96FF9A) is known color: Mint Green. HEX triplet: 96, FF and 9A. RGB value is (150,255,154). Sum of RGB (Red+Green+Blue) = 150+255+154=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF9A is #690065. Grayscale: #D4D4D4. Windows color (decimal): -6881382 or 10157974. OLE color: 10157974.
HSL color Cylindrical-coordinate representation of color #96FF9A: hue angle of 122.29º 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 #96FF9A is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 154 | - |
| CMYK | 0.41 | 0 | 0.40 | 0 |
| HSL | 122.29º | 1% | 0.79% | - |
| HSV(B) | 122.29º | 0.41% | 1% | - |
| XYZ | 54.17 | 80.34 | 43.22 | - |
| YUV | 212.09 | 95.21 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 154 | 0.41 | 0 | 0.40 | 0 | 122.29 | 1 | 0.79 |
| Hex | 96 | FF | 9A | 29 | 0 | 28 | 0 | 7A | 64 | 4F |
| Octal | 226 | 377 | 232 | 51 | 0 | 50 | 0 | 172 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10011010 | 101001 | 0 | 101000 | 0 | 1111010 | 1100100 | 1001111 |
Color Harmonies of #96FF9A
Complementary color
Monochromatic Colors of #96FF9A
Black with #96FF9A
Text Example
Text Example
White with #96FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF9A; }
p { color: rgb(150,255,154); }
H1.HeaderClassName
{
color: #96FF9A;
}
.AnyTagClassName
{
color: #96FF9A;
}
</style>
background-color css
<style>
a { background-color: #96FF9A; }
a { background-color: rgb(150,255,154); }
div.DivClassName
{
background-color: #96FF9A;
}
.BgClassName
{
background-color: #96FF9A;
}
</style>
border-color css
<style>
span { border-color: #96FF9A; }
span { border-color: rgb(150,255,154); }
td.TdClassName
{
border-color: #96FF9A;
}
.TagClassName
{
border-color: #96FF9A;
}
</style>