Shades of Light Green #86EC98
Tints of Light Green #86EC98
RGB
CMYK
RGB Variations
Color information
#86EC98 (or 0x86EC98) is known color: Light Green. HEX triplet: 86, EC and 98. RGB value is (134,236,152). Sum of RGB (Red+Green+Blue) = 134+236+152=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EC98 is #791367. Grayscale: #C4C4C4. Windows color (decimal): -7934824 or 10022022. OLE color: 10022022.
HSL color Cylindrical-coordinate representation of color #86EC98: hue angle of 130.59º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EC98 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 152 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.07 |
| HSL | 130.59º | 0.73% | 0.73% | - |
| HSV(B) | 130.59º | 0.43% | 0.93% | - |
| XYZ | 45.49 | 67.33 | 40.3 | - |
| YUV | 195.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 152 | 0.43 | 0 | 0.36 | 0.07 | 130.59 | 0.73 | 0.73 |
| Hex | 86 | EC | 98 | 2B | 0 | 24 | 7 | 83 | 49 | 49 |
| Octal | 206 | 354 | 230 | 53 | 0 | 44 | 7 | 203 | 111 | 111 |
| Binary | 10000110 | 11101100 | 10011000 | 101011 | 0 | 100100 | 111 | 10000011 | 1001001 | 1001001 |
Color Harmonies of #86EC98
Complementary color
Monochromatic Colors of #86EC98
Black with #86EC98
Text Example
Text Example
White with #86EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC98; }
p { color: rgb(134,236,152); }
H1.HeaderClassName
{
color: #86EC98;
}
.AnyTagClassName
{
color: #86EC98;
}
</style>
background-color css
<style>
a { background-color: #86EC98; }
a { background-color: rgb(134,236,152); }
div.DivClassName
{
background-color: #86EC98;
}
.BgClassName
{
background-color: #86EC98;
}
</style>
border-color css
<style>
span { border-color: #86EC98; }
span { border-color: rgb(134,236,152); }
td.TdClassName
{
border-color: #86EC98;
}
.TagClassName
{
border-color: #86EC98;
}
</style>