Shades of Mint Green #86FFAD
Tints of Mint Green #86FFAD
RGB
CMYK
RGB Variations
Color information
#86FFAD (or 0x86FFAD) is known color: Mint Green. HEX triplet: 86, FF and AD. RGB value is (134,255,173). Sum of RGB (Red+Green+Blue) = 134+255+173=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FFAD is #790052. Grayscale: #D1D1D1. Windows color (decimal): -7929939 or 11403142. OLE color: 11403142.
HSL color Cylindrical-coordinate representation of color #86FFAD: hue angle of 139.34º 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 #86FFAD is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 173 | - |
| CMYK | 0.47 | 0 | 0.32 | 0 |
| HSL | 139.34º | 1% | 0.76% | - |
| HSV(B) | 139.34º | 0.47% | 1% | - |
| XYZ | 53.13 | 79.61 | 52.1 | - |
| YUV | 209.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 173 | 0.47 | 0 | 0.32 | 0 | 139.34 | 1 | 0.76 |
| Hex | 86 | FF | AD | 2F | 0 | 20 | 0 | 8B | 64 | 4C |
| Octal | 206 | 377 | 255 | 57 | 0 | 40 | 0 | 213 | 144 | 114 |
| Binary | 10000110 | 11111111 | 10101101 | 101111 | 0 | 100000 | 0 | 10001011 | 1100100 | 1001100 |
Color Harmonies of #86FFAD
Complementary color
Monochromatic Colors of #86FFAD
Black with #86FFAD
Text Example
Text Example
White with #86FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFAD; }
p { color: rgb(134,255,173); }
H1.HeaderClassName
{
color: #86FFAD;
}
.AnyTagClassName
{
color: #86FFAD;
}
</style>
background-color css
<style>
a { background-color: #86FFAD; }
a { background-color: rgb(134,255,173); }
div.DivClassName
{
background-color: #86FFAD;
}
.BgClassName
{
background-color: #86FFAD;
}
</style>
border-color css
<style>
span { border-color: #86FFAD; }
span { border-color: rgb(134,255,173); }
td.TdClassName
{
border-color: #86FFAD;
}
.TagClassName
{
border-color: #86FFAD;
}
</style>