Shades of Light Green #86E49C
Tints of Light Green #86E49C
RGB
CMYK
RGB Variations
Color information
#86E49C (or 0x86E49C) is known color: Light Green. HEX triplet: 86, E4 and 9C. RGB value is (134,228,156). Sum of RGB (Red+Green+Blue) = 134+228+156=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #86E49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E49C is #791B63. Grayscale: #BFBFBF. Windows color (decimal): -7936868 or 10282118. OLE color: 10282118.
HSL color Cylindrical-coordinate representation of color #86E49C: hue angle of 134.04º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E49C is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 156 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.11 |
| HSL | 134.04º | 0.64% | 0.71% | - |
| HSV(B) | 134.04º | 0.41% | 0.89% | - |
| XYZ | 43.58 | 62.96 | 41.31 | - |
| YUV | 191.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 156 | 0.41 | 0 | 0.32 | 0.11 | 134.04 | 0.64 | 0.71 |
| Hex | 86 | E4 | 9C | 29 | 0 | 20 | B | 86 | 40 | 47 |
| Octal | 206 | 344 | 234 | 51 | 0 | 40 | 13 | 206 | 100 | 107 |
| Binary | 10000110 | 11100100 | 10011100 | 101001 | 0 | 100000 | 1011 | 10000110 | 1000000 | 1000111 |
Color Harmonies of #86E49C
Complementary color
Monochromatic Colors of #86E49C
Black with #86E49C
Text Example
Text Example
White with #86E49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E49C; }
p { color: rgb(134,228,156); }
H1.HeaderClassName
{
color: #86E49C;
}
.AnyTagClassName
{
color: #86E49C;
}
</style>
background-color css
<style>
a { background-color: #86E49C; }
a { background-color: rgb(134,228,156); }
div.DivClassName
{
background-color: #86E49C;
}
.BgClassName
{
background-color: #86E49C;
}
</style>
border-color css
<style>
span { border-color: #86E49C; }
span { border-color: rgb(134,228,156); }
td.TdClassName
{
border-color: #86E49C;
}
.TagClassName
{
border-color: #86E49C;
}
</style>