Shades of Light Green #86E696
Tints of Light Green #86E696
RGB
CMYK
RGB Variations
Color information
#86E696 (or 0x86E696) is known color: Light Green. HEX triplet: 86, E6 and 96. RGB value is (134,230,150). Sum of RGB (Red+Green+Blue) = 134+230+150=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #86E696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E696 is #791969. Grayscale: #C0C0C0. Windows color (decimal): -7936362 or 9889414. OLE color: 9889414.
HSL color Cylindrical-coordinate representation of color #86E696: hue angle of 130º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E696 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 150 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.10 |
| HSL | 130º | 0.66% | 0.71% | - |
| HSV(B) | 130º | 0.42% | 0.9% | - |
| XYZ | 43.63 | 63.86 | 38.88 | - |
| YUV | 192.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 150 | 0.42 | 0 | 0.35 | 0.10 | 130 | 0.66 | 0.71 |
| Hex | 86 | E6 | 96 | 2A | 0 | 23 | A | 82 | 42 | 47 |
| Octal | 206 | 346 | 226 | 52 | 0 | 43 | 12 | 202 | 102 | 107 |
| Binary | 10000110 | 11100110 | 10010110 | 101010 | 0 | 100011 | 1010 | 10000010 | 1000010 | 1000111 |
Color Harmonies of #86E696
Complementary color
Monochromatic Colors of #86E696
Black with #86E696
Text Example
Text Example
White with #86E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E696; }
p { color: rgb(134,230,150); }
H1.HeaderClassName
{
color: #86E696;
}
.AnyTagClassName
{
color: #86E696;
}
</style>
background-color css
<style>
a { background-color: #86E696; }
a { background-color: rgb(134,230,150); }
div.DivClassName
{
background-color: #86E696;
}
.BgClassName
{
background-color: #86E696;
}
</style>
border-color css
<style>
span { border-color: #86E696; }
span { border-color: rgb(134,230,150); }
td.TdClassName
{
border-color: #86E696;
}
.TagClassName
{
border-color: #86E696;
}
</style>