Shades of Mint Green #96FFA1
Tints of Mint Green #96FFA1
RGB
CMYK
RGB Variations
Color information
#96FFA1 (or 0x96FFA1) is known color: Mint Green. HEX triplet: 96, FF and A1. RGB value is (150,255,161). Sum of RGB (Red+Green+Blue) = 150+255+161=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFA1 is #69005E. Grayscale: #D5D5D5. Windows color (decimal): -6881375 or 10616726. OLE color: 10616726.
HSL color Cylindrical-coordinate representation of color #96FFA1: hue angle of 126.29º 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 #96FFA1 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 161 | - |
| CMYK | 0.41 | 0 | 0.37 | 0 |
| HSL | 126.29º | 1% | 0.79% | - |
| HSV(B) | 126.29º | 0.41% | 1% | - |
| XYZ | 54.77 | 80.58 | 46.38 | - |
| YUV | 212.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 161 | 0.41 | 0 | 0.37 | 0 | 126.29 | 1 | 0.79 |
| Hex | 96 | FF | A1 | 29 | 0 | 25 | 0 | 7E | 64 | 4F |
| Octal | 226 | 377 | 241 | 51 | 0 | 45 | 0 | 176 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10100001 | 101001 | 0 | 100101 | 0 | 1111110 | 1100100 | 1001111 |
Color Harmonies of #96FFA1
Complementary color
Monochromatic Colors of #96FFA1
Black with #96FFA1
Text Example
Text Example
White with #96FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFA1; }
p { color: rgb(150,255,161); }
H1.HeaderClassName
{
color: #96FFA1;
}
.AnyTagClassName
{
color: #96FFA1;
}
</style>
background-color css
<style>
a { background-color: #96FFA1; }
a { background-color: rgb(150,255,161); }
div.DivClassName
{
background-color: #96FFA1;
}
.BgClassName
{
background-color: #96FFA1;
}
</style>
border-color css
<style>
span { border-color: #96FFA1; }
span { border-color: rgb(150,255,161); }
td.TdClassName
{
border-color: #96FFA1;
}
.TagClassName
{
border-color: #96FFA1;
}
</style>