Shades of Mint Green #96FE8E
Tints of Mint Green #96FE8E
RGB
CMYK
RGB Variations
Color information
#96FE8E (or 0x96FE8E) is known color: Mint Green. HEX triplet: 96, FE and 8E. RGB value is (150,254,142). Sum of RGB (Red+Green+Blue) = 150+254+142=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FE8E is #690171. Grayscale: #D2D2D2. Windows color (decimal): -6881650 or 9371286. OLE color: 9371286.
HSL color Cylindrical-coordinate representation of color #96FE8E: hue angle of 115.71º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96FE8E is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 142 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.00 |
| HSL | 115.71º | 0.98% | 0.78% | - |
| HSV(B) | 115.71º | 0.44% | 1% | - |
| XYZ | 52.9 | 79.32 | 38.11 | - |
| YUV | 210.14 | 89.54 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 142 | 0.41 | 0 | 0.44 | 0.00 | 115.71 | 0.98 | 0.78 |
| Hex | 96 | FE | 8E | 29 | 0 | 2C | 0 | 74 | 62 | 4E |
| Octal | 226 | 376 | 216 | 51 | 0 | 54 | 0 | 164 | 142 | 116 |
| Binary | 10010110 | 11111110 | 10001110 | 101001 | 0 | 101100 | 0 | 1110100 | 1100010 | 1001110 |
Color Harmonies of #96FE8E
Complementary color
Monochromatic Colors of #96FE8E
Black with #96FE8E
Text Example
Text Example
White with #96FE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE8E; }
p { color: rgb(150,254,142); }
H1.HeaderClassName
{
color: #96FE8E;
}
.AnyTagClassName
{
color: #96FE8E;
}
</style>
background-color css
<style>
a { background-color: #96FE8E; }
a { background-color: rgb(150,254,142); }
div.DivClassName
{
background-color: #96FE8E;
}
.BgClassName
{
background-color: #96FE8E;
}
</style>
border-color css
<style>
span { border-color: #96FE8E; }
span { border-color: rgb(150,254,142); }
td.TdClassName
{
border-color: #96FE8E;
}
.TagClassName
{
border-color: #96FE8E;
}
</style>