Shades of Light Green #86E790
Tints of Light Green #86E790
RGB
CMYK
RGB Variations
Color information
#86E790 (or 0x86E790) is known color: Light Green. HEX triplet: 86, E7 and 90. RGB value is (134,231,144). Sum of RGB (Red+Green+Blue) = 134+231+144=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #86E790 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E790 is #79186F. Grayscale: #C0C0C0. Windows color (decimal): -7936112 or 9496454. OLE color: 9496454.
HSL color Cylindrical-coordinate representation of color #86E790: hue angle of 126.19º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E790 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 231 | 144 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.09 |
| HSL | 126.19º | 0.67% | 0.72% | - |
| HSV(B) | 126.19º | 0.42% | 0.91% | - |
| XYZ | 43.44 | 64.23 | 36.49 | - |
| YUV | 192.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 231 | 144 | 0.42 | 0 | 0.38 | 0.09 | 126.19 | 0.67 | 0.72 |
| Hex | 86 | E7 | 90 | 2A | 0 | 26 | 9 | 7E | 43 | 48 |
| Octal | 206 | 347 | 220 | 52 | 0 | 46 | 11 | 176 | 103 | 110 |
| Binary | 10000110 | 11100111 | 10010000 | 101010 | 0 | 100110 | 1001 | 1111110 | 1000011 | 1001000 |
Color Harmonies of #86E790
Complementary color
Monochromatic Colors of #86E790
Black with #86E790
Text Example
Text Example
White with #86E790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E790; }
p { color: rgb(134,231,144); }
H1.HeaderClassName
{
color: #86E790;
}
.AnyTagClassName
{
color: #86E790;
}
</style>
background-color css
<style>
a { background-color: #86E790; }
a { background-color: rgb(134,231,144); }
div.DivClassName
{
background-color: #86E790;
}
.BgClassName
{
background-color: #86E790;
}
</style>
border-color css
<style>
span { border-color: #86E790; }
span { border-color: rgb(134,231,144); }
td.TdClassName
{
border-color: #86E790;
}
.TagClassName
{
border-color: #86E790;
}
</style>