Shades of Light Green #86E396
Tints of Light Green #86E396
RGB
CMYK
RGB Variations
Color information
#86E396 (or 0x86E396) is known color: Light Green. HEX triplet: 86, E3 and 96. RGB value is (134,227,150). Sum of RGB (Red+Green+Blue) = 134+227+150=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #86E396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E396 is #791C69. Grayscale: #BEBEBE. Windows color (decimal): -7937130 or 9888646. OLE color: 9888646.
HSL color Cylindrical-coordinate representation of color #86E396: hue angle of 130.32º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E396 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 150 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.11 |
| HSL | 130.32º | 0.62% | 0.71% | - |
| HSV(B) | 130.32º | 0.41% | 0.89% | - |
| XYZ | 42.81 | 62.21 | 38.61 | - |
| YUV | 190.42 | 105.19 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 150 | 0.41 | 0 | 0.34 | 0.11 | 130.32 | 0.62 | 0.71 |
| Hex | 86 | E3 | 96 | 29 | 0 | 22 | B | 82 | 3E | 47 |
| Octal | 206 | 343 | 226 | 51 | 0 | 42 | 13 | 202 | 76 | 107 |
| Binary | 10000110 | 11100011 | 10010110 | 101001 | 0 | 100010 | 1011 | 10000010 | 111110 | 1000111 |
Color Harmonies of #86E396
Complementary color
Monochromatic Colors of #86E396
Black with #86E396
Text Example
Text Example
White with #86E396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E396; }
p { color: rgb(134,227,150); }
H1.HeaderClassName
{
color: #86E396;
}
.AnyTagClassName
{
color: #86E396;
}
</style>
background-color css
<style>
a { background-color: #86E396; }
a { background-color: rgb(134,227,150); }
div.DivClassName
{
background-color: #86E396;
}
.BgClassName
{
background-color: #86E396;
}
</style>
border-color css
<style>
span { border-color: #86E396; }
span { border-color: rgb(134,227,150); }
td.TdClassName
{
border-color: #86E396;
}
.TagClassName
{
border-color: #86E396;
}
</style>