Shades of Mint Green #96FEA8
Tints of Mint Green #96FEA8
RGB
CMYK
RGB Variations
Color information
#96FEA8 (or 0x96FEA8) is known color: Mint Green. HEX triplet: 96, FE and A8. RGB value is (150,254,168). Sum of RGB (Red+Green+Blue) = 150+254+168=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FEA8 is #690157. Grayscale: #D5D5D5. Windows color (decimal): -6881624 or 11075222. OLE color: 11075222.
HSL color Cylindrical-coordinate representation of color #96FEA8: hue angle of 130.38º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEA8 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 168 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.00 |
| HSL | 130.38º | 0.98% | 0.79% | - |
| HSV(B) | 130.38º | 0.41% | 1% | - |
| XYZ | 55.09 | 80.19 | 49.62 | - |
| YUV | 213.1 | 102.54 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 168 | 0.41 | 0 | 0.34 | 0.00 | 130.38 | 0.98 | 0.79 |
| Hex | 96 | FE | A8 | 29 | 0 | 22 | 0 | 82 | 62 | 4F |
| Octal | 226 | 376 | 250 | 51 | 0 | 42 | 0 | 202 | 142 | 117 |
| Binary | 10010110 | 11111110 | 10101000 | 101001 | 0 | 100010 | 0 | 10000010 | 1100010 | 1001111 |
Color Harmonies of #96FEA8
Complementary color
Monochromatic Colors of #96FEA8
Black with #96FEA8
Text Example
Text Example
White with #96FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FEA8; }
p { color: rgb(150,254,168); }
H1.HeaderClassName
{
color: #96FEA8;
}
.AnyTagClassName
{
color: #96FEA8;
}
</style>
background-color css
<style>
a { background-color: #96FEA8; }
a { background-color: rgb(150,254,168); }
div.DivClassName
{
background-color: #96FEA8;
}
.BgClassName
{
background-color: #96FEA8;
}
</style>
border-color css
<style>
span { border-color: #96FEA8; }
span { border-color: rgb(150,254,168); }
td.TdClassName
{
border-color: #96FEA8;
}
.TagClassName
{
border-color: #96FEA8;
}
</style>