Shades of Mint Green #86FF9B
Tints of Mint Green #86FF9B
RGB
CMYK
RGB Variations
Color information
#86FF9B (or 0x86FF9B) is known color: Mint Green. HEX triplet: 86, FF and 9B. RGB value is (134,255,155). Sum of RGB (Red+Green+Blue) = 134+255+155=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FF9B is #790064. Grayscale: #CFCFCF. Windows color (decimal): -7929957 or 10223494. OLE color: 10223494.
HSL color Cylindrical-coordinate representation of color #86FF9B: hue angle of 130.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FF9B is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 155 | - |
| CMYK | 0.47 | 0 | 0.39 | 0 |
| HSL | 130.41º | 1% | 0.76% | - |
| HSV(B) | 130.41º | 0.47% | 1% | - |
| XYZ | 51.51 | 78.95 | 43.54 | - |
| YUV | 207.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 155 | 0.47 | 0 | 0.39 | 0 | 130.41 | 1 | 0.76 |
| Hex | 86 | FF | 9B | 2F | 0 | 27 | 0 | 82 | 64 | 4C |
| Octal | 206 | 377 | 233 | 57 | 0 | 47 | 0 | 202 | 144 | 114 |
| Binary | 10000110 | 11111111 | 10011011 | 101111 | 0 | 100111 | 0 | 10000010 | 1100100 | 1001100 |
Color Harmonies of #86FF9B
Complementary color
Monochromatic Colors of #86FF9B
Black with #86FF9B
Text Example
Text Example
White with #86FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF9B; }
p { color: rgb(134,255,155); }
H1.HeaderClassName
{
color: #86FF9B;
}
.AnyTagClassName
{
color: #86FF9B;
}
</style>
background-color css
<style>
a { background-color: #86FF9B; }
a { background-color: rgb(134,255,155); }
div.DivClassName
{
background-color: #86FF9B;
}
.BgClassName
{
background-color: #86FF9B;
}
</style>
border-color css
<style>
span { border-color: #86FF9B; }
span { border-color: rgb(134,255,155); }
td.TdClassName
{
border-color: #86FF9B;
}
.TagClassName
{
border-color: #86FF9B;
}
</style>