Shades of Mint Green #96FEA2
Tints of Mint Green #96FEA2
RGB
CMYK
RGB Variations
Color information
#96FEA2 (or 0x96FEA2) is known color: Mint Green. HEX triplet: 96, FE and A2. RGB value is (150,254,162). Sum of RGB (Red+Green+Blue) = 150+254+162=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 162 (63.67% from 255 or 28.62% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FEA2 is #69015D. Grayscale: #D4D4D4. Windows color (decimal): -6881630 or 10682006. OLE color: 10682006.
HSL color Cylindrical-coordinate representation of color #96FEA2: hue angle of 126.92º 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 #96FEA2 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 162 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.00 |
| HSL | 126.92º | 0.98% | 0.79% | - |
| HSV(B) | 126.92º | 0.41% | 1% | - |
| XYZ | 54.54 | 79.98 | 46.74 | - |
| YUV | 212.42 | 99.54 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 162 | 0.41 | 0 | 0.36 | 0.00 | 126.92 | 0.98 | 0.79 |
| Hex | 96 | FE | A2 | 29 | 0 | 24 | 0 | 7F | 62 | 4F |
| Octal | 226 | 376 | 242 | 51 | 0 | 44 | 0 | 177 | 142 | 117 |
| Binary | 10010110 | 11111110 | 10100010 | 101001 | 0 | 100100 | 0 | 1111111 | 1100010 | 1001111 |
Color Harmonies of #96FEA2
Complementary color
Monochromatic Colors of #96FEA2
Black with #96FEA2
Text Example
Text Example
White with #96FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FEA2; }
p { color: rgb(150,254,162); }
H1.HeaderClassName
{
color: #96FEA2;
}
.AnyTagClassName
{
color: #96FEA2;
}
</style>
background-color css
<style>
a { background-color: #96FEA2; }
a { background-color: rgb(150,254,162); }
div.DivClassName
{
background-color: #96FEA2;
}
.BgClassName
{
background-color: #96FEA2;
}
</style>
border-color css
<style>
span { border-color: #96FEA2; }
span { border-color: rgb(150,254,162); }
td.TdClassName
{
border-color: #96FEA2;
}
.TagClassName
{
border-color: #96FEA2;
}
</style>