Shades of Light Green #86F08C
Tints of Light Green #86F08C
RGB
CMYK
RGB Variations
Color information
#86F08C (or 0x86F08C) is known color: Light Green. HEX triplet: 86, F0 and 8C. RGB value is (134,240,140). Sum of RGB (Red+Green+Blue) = 134+240+140=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #86F08C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F08C is #790F73. Grayscale: #C5C5C5. Windows color (decimal): -7933812 or 9236614. OLE color: 9236614.
HSL color Cylindrical-coordinate representation of color #86F08C: hue angle of 123.4º degrees, saturation: 0.78, 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 #86F08C is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 240 | 140 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.06 |
| HSL | 123.4º | 0.78% | 0.73% | - |
| HSV(B) | 123.4º | 0.44% | 0.94% | - |
| XYZ | 45.73 | 69.28 | 35.77 | - |
| YUV | 196.91 | 95.88 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 140 | 0.44 | 0 | 0.42 | 0.06 | 123.4 | 0.78 | 0.73 |
| Hex | 86 | F0 | 8C | 2C | 0 | 2A | 6 | 7B | 4E | 49 |
| Octal | 206 | 360 | 214 | 54 | 0 | 52 | 6 | 173 | 116 | 111 |
| Binary | 10000110 | 11110000 | 10001100 | 101100 | 0 | 101010 | 110 | 1111011 | 1001110 | 1001001 |
Color Harmonies of #86F08C
Complementary color
Monochromatic Colors of #86F08C
Black with #86F08C
Text Example
Text Example
White with #86F08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F08C; }
p { color: rgb(134,240,140); }
H1.HeaderClassName
{
color: #86F08C;
}
.AnyTagClassName
{
color: #86F08C;
}
</style>
background-color css
<style>
a { background-color: #86F08C; }
a { background-color: rgb(134,240,140); }
div.DivClassName
{
background-color: #86F08C;
}
.BgClassName
{
background-color: #86F08C;
}
</style>
border-color css
<style>
span { border-color: #86F08C; }
span { border-color: rgb(134,240,140); }
td.TdClassName
{
border-color: #86F08C;
}
.TagClassName
{
border-color: #86F08C;
}
</style>