Shades of Mint Green #8CFE96
Tints of Mint Green #8CFE96
RGB
CMYK
RGB Variations
Color information
#8CFE96 (or 0x8CFE96) is known color: Mint Green. HEX triplet: 8C, FE and 96. RGB value is (140,254,150). Sum of RGB (Red+Green+Blue) = 140+254+150=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFE96 is #730169. Grayscale: #D0D0D0. Windows color (decimal): -7537002 or 9895564. OLE color: 9895564.
HSL color Cylindrical-coordinate representation of color #8CFE96: hue angle of 125.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFE96 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 150 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.00 |
| HSL | 125.26º | 0.98% | 0.77% | - |
| HSV(B) | 125.26º | 0.45% | 1% | - |
| XYZ | 51.76 | 78.66 | 41.31 | - |
| YUV | 208.06 | 95.23 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 150 | 0.45 | 0 | 0.41 | 0.00 | 125.26 | 0.98 | 0.77 |
| Hex | 8C | FE | 96 | 2D | 0 | 29 | 0 | 7D | 62 | 4D |
| Octal | 214 | 376 | 226 | 55 | 0 | 51 | 0 | 175 | 142 | 115 |
| Binary | 10001100 | 11111110 | 10010110 | 101101 | 0 | 101001 | 0 | 1111101 | 1100010 | 1001101 |
Color Harmonies of #8CFE96
Complementary color
Monochromatic Colors of #8CFE96
Black with #8CFE96
Text Example
Text Example
White with #8CFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE96; }
p { color: rgb(140,254,150); }
H1.HeaderClassName
{
color: #8CFE96;
}
.AnyTagClassName
{
color: #8CFE96;
}
</style>
background-color css
<style>
a { background-color: #8CFE96; }
a { background-color: rgb(140,254,150); }
div.DivClassName
{
background-color: #8CFE96;
}
.BgClassName
{
background-color: #8CFE96;
}
</style>
border-color css
<style>
span { border-color: #8CFE96; }
span { border-color: rgb(140,254,150); }
td.TdClassName
{
border-color: #8CFE96;
}
.TagClassName
{
border-color: #8CFE96;
}
</style>