Shades of Light Green #86E095
Tints of Light Green #86E095
RGB
CMYK
RGB Variations
Color information
#86E095 (or 0x86E095) is known color: Light Green. HEX triplet: 86, E0 and 95. RGB value is (134,224,149). Sum of RGB (Red+Green+Blue) = 134+224+149=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #86E095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E095 is #791F6A. Grayscale: #BCBCBC. Windows color (decimal): -7937899 or 9822342. OLE color: 9822342.
HSL color Cylindrical-coordinate representation of color #86E095: hue angle of 130º 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 #86E095 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 224 | 149 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.12 |
| HSL | 130º | 0.59% | 0.7% | - |
| HSV(B) | 130º | 0.4% | 0.88% | - |
| XYZ | 41.91 | 60.55 | 37.91 | - |
| YUV | 188.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 224 | 149 | 0.40 | 0 | 0.33 | 0.12 | 130 | 0.59 | 0.7 |
| Hex | 86 | E0 | 95 | 28 | 0 | 21 | C | 82 | 3B | 46 |
| Octal | 206 | 340 | 225 | 50 | 0 | 41 | 14 | 202 | 73 | 106 |
| Binary | 10000110 | 11100000 | 10010101 | 101000 | 0 | 100001 | 1100 | 10000010 | 111011 | 1000110 |
Color Harmonies of #86E095
Complementary color
Monochromatic Colors of #86E095
Black with #86E095
Text Example
Text Example
White with #86E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E095; }
p { color: rgb(134,224,149); }
H1.HeaderClassName
{
color: #86E095;
}
.AnyTagClassName
{
color: #86E095;
}
</style>
background-color css
<style>
a { background-color: #86E095; }
a { background-color: rgb(134,224,149); }
div.DivClassName
{
background-color: #86E095;
}
.BgClassName
{
background-color: #86E095;
}
</style>
border-color css
<style>
span { border-color: #86E095; }
span { border-color: rgb(134,224,149); }
td.TdClassName
{
border-color: #86E095;
}
.TagClassName
{
border-color: #86E095;
}
</style>