Shades of Light Green #86F696
Tints of Light Green #86F696
RGB
CMYK
RGB Variations
Color information
#86F696 (or 0x86F696) is known color: Light Green. HEX triplet: 86, F6 and 96. RGB value is (134,246,150). Sum of RGB (Red+Green+Blue) = 134+246+150=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #86F696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F696 is #790969. Grayscale: #C9C9C9. Windows color (decimal): -7932266 or 9893510. OLE color: 9893510.
HSL color Cylindrical-coordinate representation of color #86F696: hue angle of 128.57º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F696 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 246 | 150 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.04 |
| HSL | 128.57º | 0.86% | 0.75% | - |
| HSV(B) | 128.57º | 0.46% | 0.96% | - |
| XYZ | 48.29 | 73.18 | 40.43 | - |
| YUV | 201.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 150 | 0.46 | 0 | 0.39 | 0.04 | 128.57 | 0.86 | 0.75 |
| Hex | 86 | F6 | 96 | 2E | 0 | 27 | 4 | 81 | 56 | 4B |
| Octal | 206 | 366 | 226 | 56 | 0 | 47 | 4 | 201 | 126 | 113 |
| Binary | 10000110 | 11110110 | 10010110 | 101110 | 0 | 100111 | 100 | 10000001 | 1010110 | 1001011 |
Color Harmonies of #86F696
Complementary color
Monochromatic Colors of #86F696
Black with #86F696
Text Example
Text Example
White with #86F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F696; }
p { color: rgb(134,246,150); }
H1.HeaderClassName
{
color: #86F696;
}
.AnyTagClassName
{
color: #86F696;
}
</style>
background-color css
<style>
a { background-color: #86F696; }
a { background-color: rgb(134,246,150); }
div.DivClassName
{
background-color: #86F696;
}
.BgClassName
{
background-color: #86F696;
}
</style>
border-color css
<style>
span { border-color: #86F696; }
span { border-color: rgb(134,246,150); }
td.TdClassName
{
border-color: #86F696;
}
.TagClassName
{
border-color: #86F696;
}
</style>