Shades of Light Green #86E090
Tints of Light Green #86E090
RGB
CMYK
RGB Variations
Color information
#86E090 (or 0x86E090) is known color: Light Green. HEX triplet: 86, E0 and 90. RGB value is (134,224,144). Sum of RGB (Red+Green+Blue) = 134+224+144=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #86E090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E090 is #791F6F. Grayscale: #BCBCBC. Windows color (decimal): -7937904 or 9494662. OLE color: 9494662.
HSL color Cylindrical-coordinate representation of color #86E090: hue angle of 126.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E090 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 224 | 144 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.12 |
| HSL | 126.67º | 0.59% | 0.7% | - |
| HSV(B) | 126.67º | 0.4% | 0.88% | - |
| XYZ | 41.52 | 60.39 | 35.85 | - |
| YUV | 187.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 224 | 144 | 0.40 | 0 | 0.36 | 0.12 | 126.67 | 0.59 | 0.7 |
| Hex | 86 | E0 | 90 | 28 | 0 | 24 | C | 7F | 3B | 46 |
| Octal | 206 | 340 | 220 | 50 | 0 | 44 | 14 | 177 | 73 | 106 |
| Binary | 10000110 | 11100000 | 10010000 | 101000 | 0 | 100100 | 1100 | 1111111 | 111011 | 1000110 |
Color Harmonies of #86E090
Complementary color
Monochromatic Colors of #86E090
Black with #86E090
Text Example
Text Example
White with #86E090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E090; }
p { color: rgb(134,224,144); }
H1.HeaderClassName
{
color: #86E090;
}
.AnyTagClassName
{
color: #86E090;
}
</style>
background-color css
<style>
a { background-color: #86E090; }
a { background-color: rgb(134,224,144); }
div.DivClassName
{
background-color: #86E090;
}
.BgClassName
{
background-color: #86E090;
}
</style>
border-color css
<style>
span { border-color: #86E090; }
span { border-color: rgb(134,224,144); }
td.TdClassName
{
border-color: #86E090;
}
.TagClassName
{
border-color: #86E090;
}
</style>