Shades of Light Green #86E694
Tints of Light Green #86E694
RGB
CMYK
RGB Variations
Color information
#86E694 (or 0x86E694) is known color: Light Green. HEX triplet: 86, E6 and 94. RGB value is (134,230,148). Sum of RGB (Red+Green+Blue) = 134+230+148=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #86E694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E694 is #79196B. Grayscale: #C0C0C0. Windows color (decimal): -7936364 or 9758342. OLE color: 9758342.
HSL color Cylindrical-coordinate representation of color #86E694: hue angle of 128.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E694 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 148 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.10 |
| HSL | 128.75º | 0.66% | 0.71% | - |
| HSV(B) | 128.75º | 0.42% | 0.9% | - |
| XYZ | 43.47 | 63.8 | 38.04 | - |
| YUV | 191.95 | 103.2 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 148 | 0.42 | 0 | 0.36 | 0.10 | 128.75 | 0.66 | 0.71 |
| Hex | 86 | E6 | 94 | 2A | 0 | 24 | A | 81 | 42 | 47 |
| Octal | 206 | 346 | 224 | 52 | 0 | 44 | 12 | 201 | 102 | 107 |
| Binary | 10000110 | 11100110 | 10010100 | 101010 | 0 | 100100 | 1010 | 10000001 | 1000010 | 1000111 |
Color Harmonies of #86E694
Complementary color
Monochromatic Colors of #86E694
Black with #86E694
Text Example
Text Example
White with #86E694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E694; }
p { color: rgb(134,230,148); }
H1.HeaderClassName
{
color: #86E694;
}
.AnyTagClassName
{
color: #86E694;
}
</style>
background-color css
<style>
a { background-color: #86E694; }
a { background-color: rgb(134,230,148); }
div.DivClassName
{
background-color: #86E694;
}
.BgClassName
{
background-color: #86E694;
}
</style>
border-color css
<style>
span { border-color: #86E694; }
span { border-color: rgb(134,230,148); }
td.TdClassName
{
border-color: #86E694;
}
.TagClassName
{
border-color: #86E694;
}
</style>