Shades of Light Green #86E39A
Tints of Light Green #86E39A
RGB
CMYK
RGB Variations
Color information
#86E39A (or 0x86E39A) is known color: Light Green. HEX triplet: 86, E3 and 9A. RGB value is (134,227,154). Sum of RGB (Red+Green+Blue) = 134+227+154=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #86E39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E39A is #791C65. Grayscale: #BFBFBF. Windows color (decimal): -7937126 or 10150790. OLE color: 10150790.
HSL color Cylindrical-coordinate representation of color #86E39A: hue angle of 132.9º 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 #86E39A is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 154 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.11 |
| HSL | 132.9º | 0.62% | 0.71% | - |
| HSV(B) | 132.9º | 0.41% | 0.89% | - |
| XYZ | 43.13 | 62.34 | 40.33 | - |
| YUV | 190.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 154 | 0.41 | 0 | 0.32 | 0.11 | 132.9 | 0.62 | 0.71 |
| Hex | 86 | E3 | 9A | 29 | 0 | 20 | B | 85 | 3E | 47 |
| Octal | 206 | 343 | 232 | 51 | 0 | 40 | 13 | 205 | 76 | 107 |
| Binary | 10000110 | 11100011 | 10011010 | 101001 | 0 | 100000 | 1011 | 10000101 | 111110 | 1000111 |
Color Harmonies of #86E39A
Complementary color
Monochromatic Colors of #86E39A
Black with #86E39A
Text Example
Text Example
White with #86E39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E39A; }
p { color: rgb(134,227,154); }
H1.HeaderClassName
{
color: #86E39A;
}
.AnyTagClassName
{
color: #86E39A;
}
</style>
background-color css
<style>
a { background-color: #86E39A; }
a { background-color: rgb(134,227,154); }
div.DivClassName
{
background-color: #86E39A;
}
.BgClassName
{
background-color: #86E39A;
}
</style>
border-color css
<style>
span { border-color: #86E39A; }
span { border-color: rgb(134,227,154); }
td.TdClassName
{
border-color: #86E39A;
}
.TagClassName
{
border-color: #86E39A;
}
</style>