Shades of Light Green #86E890
Tints of Light Green #86E890
RGB
CMYK
RGB Variations
Color information
#86E890 (or 0x86E890) is known color: Light Green. HEX triplet: 86, E8 and 90. RGB value is (134,232,144). Sum of RGB (Red+Green+Blue) = 134+232+144=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #86E890 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E890 is #79176F. Grayscale: #C0C0C0. Windows color (decimal): -7935856 or 9496710. OLE color: 9496710.
HSL color Cylindrical-coordinate representation of color #86E890: hue angle of 126.12º degrees, saturation: 0.68, 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 #86E890 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 232 | 144 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.09 |
| HSL | 126.12º | 0.68% | 0.72% | - |
| HSV(B) | 126.12º | 0.42% | 0.91% | - |
| XYZ | 43.72 | 64.8 | 36.59 | - |
| YUV | 192.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 232 | 144 | 0.42 | 0 | 0.38 | 0.09 | 126.12 | 0.68 | 0.72 |
| Hex | 86 | E8 | 90 | 2A | 0 | 26 | 9 | 7E | 44 | 48 |
| Octal | 206 | 350 | 220 | 52 | 0 | 46 | 11 | 176 | 104 | 110 |
| Binary | 10000110 | 11101000 | 10010000 | 101010 | 0 | 100110 | 1001 | 1111110 | 1000100 | 1001000 |
Color Harmonies of #86E890
Complementary color
Monochromatic Colors of #86E890
Black with #86E890
Text Example
Text Example
White with #86E890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E890; }
p { color: rgb(134,232,144); }
H1.HeaderClassName
{
color: #86E890;
}
.AnyTagClassName
{
color: #86E890;
}
</style>
background-color css
<style>
a { background-color: #86E890; }
a { background-color: rgb(134,232,144); }
div.DivClassName
{
background-color: #86E890;
}
.BgClassName
{
background-color: #86E890;
}
</style>
border-color css
<style>
span { border-color: #86E890; }
span { border-color: rgb(134,232,144); }
td.TdClassName
{
border-color: #86E890;
}
.TagClassName
{
border-color: #86E890;
}
</style>