Shades of Light Green #86F092
Tints of Light Green #86F092
RGB
CMYK
RGB Variations
Color information
#86F092 (or 0x86F092) is known color: Light Green. HEX triplet: 86, F0 and 92. RGB value is (134,240,146). Sum of RGB (Red+Green+Blue) = 134+240+146=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #86F092 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F092 is #790F6D. Grayscale: #C5C5C5. Windows color (decimal): -7933806 or 9629830. OLE color: 9629830.
HSL color Cylindrical-coordinate representation of color #86F092: hue angle of 126.79º 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 #86F092 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 240 | 146 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.06 |
| HSL | 126.79º | 0.78% | 0.73% | - |
| HSV(B) | 126.79º | 0.44% | 0.94% | - |
| XYZ | 46.18 | 69.46 | 38.17 | - |
| YUV | 197.59 | 98.88 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 146 | 0.44 | 0 | 0.39 | 0.06 | 126.79 | 0.78 | 0.73 |
| Hex | 86 | F0 | 92 | 2C | 0 | 27 | 6 | 7F | 4E | 49 |
| Octal | 206 | 360 | 222 | 54 | 0 | 47 | 6 | 177 | 116 | 111 |
| Binary | 10000110 | 11110000 | 10010010 | 101100 | 0 | 100111 | 110 | 1111111 | 1001110 | 1001001 |
Color Harmonies of #86F092
Complementary color
Monochromatic Colors of #86F092
Black with #86F092
Text Example
Text Example
White with #86F092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F092; }
p { color: rgb(134,240,146); }
H1.HeaderClassName
{
color: #86F092;
}
.AnyTagClassName
{
color: #86F092;
}
</style>
background-color css
<style>
a { background-color: #86F092; }
a { background-color: rgb(134,240,146); }
div.DivClassName
{
background-color: #86F092;
}
.BgClassName
{
background-color: #86F092;
}
</style>
border-color css
<style>
span { border-color: #86F092; }
span { border-color: rgb(134,240,146); }
td.TdClassName
{
border-color: #86F092;
}
.TagClassName
{
border-color: #86F092;
}
</style>