Shades of Light Green #86E690
Tints of Light Green #86E690
RGB
CMYK
RGB Variations
Color information
#86E690 (or 0x86E690) is known color: Light Green. HEX triplet: 86, E6 and 90. RGB value is (134,230,144). Sum of RGB (Red+Green+Blue) = 134+230+144=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #86E690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E690 is #79196F. Grayscale: #BFBFBF. Windows color (decimal): -7936368 or 9496198. OLE color: 9496198.
HSL color Cylindrical-coordinate representation of color #86E690: hue angle of 126.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E690 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 144 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.10 |
| HSL | 126.25º | 0.66% | 0.71% | - |
| HSV(B) | 126.25º | 0.42% | 0.9% | - |
| XYZ | 43.16 | 63.68 | 36.4 | - |
| YUV | 191.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 144 | 0.42 | 0 | 0.37 | 0.10 | 126.25 | 0.66 | 0.71 |
| Hex | 86 | E6 | 90 | 2A | 0 | 25 | A | 7E | 42 | 47 |
| Octal | 206 | 346 | 220 | 52 | 0 | 45 | 12 | 176 | 102 | 107 |
| Binary | 10000110 | 11100110 | 10010000 | 101010 | 0 | 100101 | 1010 | 1111110 | 1000010 | 1000111 |
Color Harmonies of #86E690
Complementary color
Monochromatic Colors of #86E690
Black with #86E690
Text Example
Text Example
White with #86E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E690; }
p { color: rgb(134,230,144); }
H1.HeaderClassName
{
color: #86E690;
}
.AnyTagClassName
{
color: #86E690;
}
</style>
background-color css
<style>
a { background-color: #86E690; }
a { background-color: rgb(134,230,144); }
div.DivClassName
{
background-color: #86E690;
}
.BgClassName
{
background-color: #86E690;
}
</style>
border-color css
<style>
span { border-color: #86E690; }
span { border-color: rgb(134,230,144); }
td.TdClassName
{
border-color: #86E690;
}
.TagClassName
{
border-color: #86E690;
}
</style>