Shades of Mint Green #86FE9E
Tints of Mint Green #86FE9E
RGB
CMYK
RGB Variations
Color information
#86FE9E (or 0x86FE9E) is known color: Mint Green. HEX triplet: 86, FE and 9E. RGB value is (134,254,158). Sum of RGB (Red+Green+Blue) = 134+254+158=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FE9E is #790161. Grayscale: #CFCFCF. Windows color (decimal): -7930210 or 10419846. OLE color: 10419846.
HSL color Cylindrical-coordinate representation of color #86FE9E: hue angle of 132º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FE9E is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 158 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.00 |
| HSL | 132º | 0.98% | 0.76% | - |
| HSV(B) | 132º | 0.47% | 1% | - |
| XYZ | 51.44 | 78.42 | 44.77 | - |
| YUV | 207.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 158 | 0.47 | 0 | 0.38 | 0.00 | 132 | 0.98 | 0.76 |
| Hex | 86 | FE | 9E | 2F | 0 | 26 | 0 | 84 | 62 | 4C |
| Octal | 206 | 376 | 236 | 57 | 0 | 46 | 0 | 204 | 142 | 114 |
| Binary | 10000110 | 11111110 | 10011110 | 101111 | 0 | 100110 | 0 | 10000100 | 1100010 | 1001100 |
Color Harmonies of #86FE9E
Complementary color
Monochromatic Colors of #86FE9E
Black with #86FE9E
Text Example
Text Example
White with #86FE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE9E; }
p { color: rgb(134,254,158); }
H1.HeaderClassName
{
color: #86FE9E;
}
.AnyTagClassName
{
color: #86FE9E;
}
</style>
background-color css
<style>
a { background-color: #86FE9E; }
a { background-color: rgb(134,254,158); }
div.DivClassName
{
background-color: #86FE9E;
}
.BgClassName
{
background-color: #86FE9E;
}
</style>
border-color css
<style>
span { border-color: #86FE9E; }
span { border-color: rgb(134,254,158); }
td.TdClassName
{
border-color: #86FE9E;
}
.TagClassName
{
border-color: #86FE9E;
}
</style>