Shades of Mint Green #96FF92
Tints of Mint Green #96FF92
RGB
CMYK
RGB Variations
Color information
#96FF92 (or 0x96FF92) is known color: Mint Green. HEX triplet: 96, FF and 92. RGB value is (150,255,146). Sum of RGB (Red+Green+Blue) = 150+255+146=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF92 is #69006D. Grayscale: #D3D3D3. Windows color (decimal): -6881390 or 9633686. OLE color: 9633686.
HSL color Cylindrical-coordinate representation of color #96FF92: hue angle of 117.8º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96FF92 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 146 | - |
| CMYK | 0.41 | 0 | 0.43 | 0 |
| HSL | 117.8º | 1% | 0.79% | - |
| HSV(B) | 117.8º | 0.43% | 1% | - |
| XYZ | 53.53 | 80.08 | 39.83 | - |
| YUV | 211.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 146 | 0.41 | 0 | 0.43 | 0 | 117.8 | 1 | 0.79 |
| Hex | 96 | FF | 92 | 29 | 0 | 2B | 0 | 76 | 64 | 4F |
| Octal | 226 | 377 | 222 | 51 | 0 | 53 | 0 | 166 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10010010 | 101001 | 0 | 101011 | 0 | 1110110 | 1100100 | 1001111 |
Color Harmonies of #96FF92
Complementary color
Monochromatic Colors of #96FF92
Black with #96FF92
Text Example
Text Example
White with #96FF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF92; }
p { color: rgb(150,255,146); }
H1.HeaderClassName
{
color: #96FF92;
}
.AnyTagClassName
{
color: #96FF92;
}
</style>
background-color css
<style>
a { background-color: #96FF92; }
a { background-color: rgb(150,255,146); }
div.DivClassName
{
background-color: #96FF92;
}
.BgClassName
{
background-color: #96FF92;
}
</style>
border-color css
<style>
span { border-color: #96FF92; }
span { border-color: rgb(150,255,146); }
td.TdClassName
{
border-color: #96FF92;
}
.TagClassName
{
border-color: #96FF92;
}
</style>