Shades of Mint Green #96FF9C
Tints of Mint Green #96FF9C
RGB
CMYK
RGB Variations
Color information
#96FF9C (or 0x96FF9C) is known color: Mint Green. HEX triplet: 96, FF and 9C. RGB value is (150,255,156). Sum of RGB (Red+Green+Blue) = 150+255+156=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF9C is #690063. Grayscale: #D4D4D4. Windows color (decimal): -6881380 or 10289046. OLE color: 10289046.
HSL color Cylindrical-coordinate representation of color #96FF9C: hue angle of 123.43º 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 #96FF9C is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 156 | - |
| CMYK | 0.41 | 0 | 0.39 | 0 |
| HSL | 123.43º | 1% | 0.79% | - |
| HSV(B) | 123.43º | 0.41% | 1% | - |
| XYZ | 54.34 | 80.4 | 44.11 | - |
| YUV | 212.32 | 96.21 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 156 | 0.41 | 0 | 0.39 | 0 | 123.43 | 1 | 0.79 |
| Hex | 96 | FF | 9C | 29 | 0 | 27 | 0 | 7B | 64 | 4F |
| Octal | 226 | 377 | 234 | 51 | 0 | 47 | 0 | 173 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10011100 | 101001 | 0 | 100111 | 0 | 1111011 | 1100100 | 1001111 |
Color Harmonies of #96FF9C
Complementary color
Monochromatic Colors of #96FF9C
Black with #96FF9C
Text Example
Text Example
White with #96FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF9C; }
p { color: rgb(150,255,156); }
H1.HeaderClassName
{
color: #96FF9C;
}
.AnyTagClassName
{
color: #96FF9C;
}
</style>
background-color css
<style>
a { background-color: #96FF9C; }
a { background-color: rgb(150,255,156); }
div.DivClassName
{
background-color: #96FF9C;
}
.BgClassName
{
background-color: #96FF9C;
}
</style>
border-color css
<style>
span { border-color: #96FF9C; }
span { border-color: rgb(150,255,156); }
td.TdClassName
{
border-color: #96FF9C;
}
.TagClassName
{
border-color: #96FF9C;
}
</style>