Shades of Light Green #86EC93
Tints of Light Green #86EC93
RGB
CMYK
RGB Variations
Color information
#86EC93 (or 0x86EC93) is known color: Light Green. HEX triplet: 86, EC and 93. RGB value is (134,236,147). Sum of RGB (Red+Green+Blue) = 134+236+147=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EC93 is #79136C. Grayscale: #C3C3C3. Windows color (decimal): -7934829 or 9694342. OLE color: 9694342.
HSL color Cylindrical-coordinate representation of color #86EC93: hue angle of 127.65º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EC93 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 147 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.07 |
| HSL | 127.65º | 0.73% | 0.73% | - |
| HSV(B) | 127.65º | 0.43% | 0.93% | - |
| XYZ | 45.09 | 67.17 | 38.19 | - |
| YUV | 195.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 147 | 0.43 | 0 | 0.38 | 0.07 | 127.65 | 0.73 | 0.73 |
| Hex | 86 | EC | 93 | 2B | 0 | 26 | 7 | 80 | 49 | 49 |
| Octal | 206 | 354 | 223 | 53 | 0 | 46 | 7 | 200 | 111 | 111 |
| Binary | 10000110 | 11101100 | 10010011 | 101011 | 0 | 100110 | 111 | 10000000 | 1001001 | 1001001 |
Color Harmonies of #86EC93
Complementary color
Monochromatic Colors of #86EC93
Black with #86EC93
Text Example
Text Example
White with #86EC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC93; }
p { color: rgb(134,236,147); }
H1.HeaderClassName
{
color: #86EC93;
}
.AnyTagClassName
{
color: #86EC93;
}
</style>
background-color css
<style>
a { background-color: #86EC93; }
a { background-color: rgb(134,236,147); }
div.DivClassName
{
background-color: #86EC93;
}
.BgClassName
{
background-color: #86EC93;
}
</style>
border-color css
<style>
span { border-color: #86EC93; }
span { border-color: rgb(134,236,147); }
td.TdClassName
{
border-color: #86EC93;
}
.TagClassName
{
border-color: #86EC93;
}
</style>