Shades of Light Green #86EA88
Tints of Light Green #86EA88
RGB
CMYK
RGB Variations
Color information
#86EA88 (or 0x86EA88) is known color: Light Green. HEX triplet: 86, EA and 88. RGB value is (134,234,136). Sum of RGB (Red+Green+Blue) = 134+234+136=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EA88 is #791577. Grayscale: #C1C1C1. Windows color (decimal): -7935352 or 8972934. OLE color: 8972934.
HSL color Cylindrical-coordinate representation of color #86EA88: hue angle of 121.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EA88 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 136 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.08 |
| HSL | 121.2º | 0.7% | 0.72% | - |
| HSV(B) | 121.2º | 0.43% | 0.92% | - |
| XYZ | 43.7 | 65.69 | 33.67 | - |
| YUV | 192.93 | 95.87 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 136 | 0.43 | 0 | 0.42 | 0.08 | 121.2 | 0.7 | 0.72 |
| Hex | 86 | EA | 88 | 2B | 0 | 2A | 8 | 79 | 46 | 48 |
| Octal | 206 | 352 | 210 | 53 | 0 | 52 | 10 | 171 | 106 | 110 |
| Binary | 10000110 | 11101010 | 10001000 | 101011 | 0 | 101010 | 1000 | 1111001 | 1000110 | 1001000 |
Color Harmonies of #86EA88
Complementary color
Monochromatic Colors of #86EA88
Black with #86EA88
Text Example
Text Example
White with #86EA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EA88; }
p { color: rgb(134,234,136); }
H1.HeaderClassName
{
color: #86EA88;
}
.AnyTagClassName
{
color: #86EA88;
}
</style>
background-color css
<style>
a { background-color: #86EA88; }
a { background-color: rgb(134,234,136); }
div.DivClassName
{
background-color: #86EA88;
}
.BgClassName
{
background-color: #86EA88;
}
</style>
border-color css
<style>
span { border-color: #86EA88; }
span { border-color: rgb(134,234,136); }
td.TdClassName
{
border-color: #86EA88;
}
.TagClassName
{
border-color: #86EA88;
}
</style>