Shades of Light Green #86EF9E
Tints of Light Green #86EF9E
RGB
CMYK
RGB Variations
Color information
#86EF9E (or 0x86EF9E) is known color: Light Green. HEX triplet: 86, EF and 9E. RGB value is (134,239,158). Sum of RGB (Red+Green+Blue) = 134+239+158=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF9E is #791061. Grayscale: #C6C6C6. Windows color (decimal): -7934050 or 10416006. OLE color: 10416006.
HSL color Cylindrical-coordinate representation of color #86EF9E: hue angle of 133.71º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EF9E is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 158 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.06 |
| HSL | 133.71º | 0.77% | 0.73% | - |
| HSV(B) | 133.71º | 0.44% | 0.94% | - |
| XYZ | 46.87 | 69.27 | 43.25 | - |
| YUV | 198.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 158 | 0.44 | 0 | 0.34 | 0.06 | 133.71 | 0.77 | 0.73 |
| Hex | 86 | EF | 9E | 2C | 0 | 22 | 6 | 86 | 4D | 49 |
| Octal | 206 | 357 | 236 | 54 | 0 | 42 | 6 | 206 | 115 | 111 |
| Binary | 10000110 | 11101111 | 10011110 | 101100 | 0 | 100010 | 110 | 10000110 | 1001101 | 1001001 |
Color Harmonies of #86EF9E
Complementary color
Monochromatic Colors of #86EF9E
Black with #86EF9E
Text Example
Text Example
White with #86EF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EF9E; }
p { color: rgb(134,239,158); }
H1.HeaderClassName
{
color: #86EF9E;
}
.AnyTagClassName
{
color: #86EF9E;
}
</style>
background-color css
<style>
a { background-color: #86EF9E; }
a { background-color: rgb(134,239,158); }
div.DivClassName
{
background-color: #86EF9E;
}
.BgClassName
{
background-color: #86EF9E;
}
</style>
border-color css
<style>
span { border-color: #86EF9E; }
span { border-color: rgb(134,239,158); }
td.TdClassName
{
border-color: #86EF9E;
}
.TagClassName
{
border-color: #86EF9E;
}
</style>