Shades of Mint Green #96FF8C
Tints of Mint Green #96FF8C
RGB
CMYK
RGB Variations
Color information
#96FF8C (or 0x96FF8C) is known color: Mint Green. HEX triplet: 96, FF and 8C. RGB value is (150,255,140). Sum of RGB (Red+Green+Blue) = 150+255+140=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF8C is #690073. Grayscale: #D2D2D2. Windows color (decimal): -6881396 or 9240470. OLE color: 9240470.
HSL color Cylindrical-coordinate representation of color #96FF8C: hue angle of 114.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96FF8C is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 140 | - |
| CMYK | 0.41 | 0 | 0.45 | 0 |
| HSL | 114.78º | 1% | 0.77% | - |
| HSV(B) | 114.78º | 0.45% | 1% | - |
| XYZ | 53.07 | 79.9 | 37.44 | - |
| YUV | 210.5 | 88.21 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 140 | 0.41 | 0 | 0.45 | 0 | 114.78 | 1 | 0.77 |
| Hex | 96 | FF | 8C | 29 | 0 | 2D | 0 | 73 | 64 | 4D |
| Octal | 226 | 377 | 214 | 51 | 0 | 55 | 0 | 163 | 144 | 115 |
| Binary | 10010110 | 11111111 | 10001100 | 101001 | 0 | 101101 | 0 | 1110011 | 1100100 | 1001101 |
Color Harmonies of #96FF8C
Complementary color
Monochromatic Colors of #96FF8C
Black with #96FF8C
Text Example
Text Example
White with #96FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF8C; }
p { color: rgb(150,255,140); }
H1.HeaderClassName
{
color: #96FF8C;
}
.AnyTagClassName
{
color: #96FF8C;
}
</style>
background-color css
<style>
a { background-color: #96FF8C; }
a { background-color: rgb(150,255,140); }
div.DivClassName
{
background-color: #96FF8C;
}
.BgClassName
{
background-color: #96FF8C;
}
</style>
border-color css
<style>
span { border-color: #96FF8C; }
span { border-color: rgb(150,255,140); }
td.TdClassName
{
border-color: #96FF8C;
}
.TagClassName
{
border-color: #96FF8C;
}
</style>