Shades of Light Green #86EC9D
Tints of Light Green #86EC9D
RGB
CMYK
RGB Variations
Color information
#86EC9D (or 0x86EC9D) is known color: Light Green. HEX triplet: 86, EC and 9D. RGB value is (134,236,157). Sum of RGB (Red+Green+Blue) = 134+236+157=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EC9D is #791362. Grayscale: #C4C4C4. Windows color (decimal): -7934819 or 10349702. OLE color: 10349702.
HSL color Cylindrical-coordinate representation of color #86EC9D: hue angle of 133.53º 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 #86EC9D is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 157 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.07 |
| HSL | 133.53º | 0.73% | 0.73% | - |
| HSV(B) | 133.53º | 0.43% | 0.93% | - |
| XYZ | 45.91 | 67.49 | 42.51 | - |
| YUV | 196.5 | 105.71 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 157 | 0.43 | 0 | 0.33 | 0.07 | 133.53 | 0.73 | 0.73 |
| Hex | 86 | EC | 9D | 2B | 0 | 21 | 7 | 86 | 49 | 49 |
| Octal | 206 | 354 | 235 | 53 | 0 | 41 | 7 | 206 | 111 | 111 |
| Binary | 10000110 | 11101100 | 10011101 | 101011 | 0 | 100001 | 111 | 10000110 | 1001001 | 1001001 |
Color Harmonies of #86EC9D
Complementary color
Monochromatic Colors of #86EC9D
Black with #86EC9D
Text Example
Text Example
White with #86EC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC9D; }
p { color: rgb(134,236,157); }
H1.HeaderClassName
{
color: #86EC9D;
}
.AnyTagClassName
{
color: #86EC9D;
}
</style>
background-color css
<style>
a { background-color: #86EC9D; }
a { background-color: rgb(134,236,157); }
div.DivClassName
{
background-color: #86EC9D;
}
.BgClassName
{
background-color: #86EC9D;
}
</style>
border-color css
<style>
span { border-color: #86EC9D; }
span { border-color: rgb(134,236,157); }
td.TdClassName
{
border-color: #86EC9D;
}
.TagClassName
{
border-color: #86EC9D;
}
</style>