Shades of Light Green #86F290
Tints of Light Green #86F290
RGB
CMYK
RGB Variations
Color information
#86F290 (or 0x86F290) is known color: Light Green. HEX triplet: 86, F2 and 90. RGB value is (134,242,144). Sum of RGB (Red+Green+Blue) = 134+242+144=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #86F290 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F290 is #790D6F. Grayscale: #C6C6C6. Windows color (decimal): -7933296 or 9499270. OLE color: 9499270.
HSL color Cylindrical-coordinate representation of color #86F290: hue angle of 125.56º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F290 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 144 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.05 |
| HSL | 125.56º | 0.81% | 0.74% | - |
| HSV(B) | 125.56º | 0.45% | 0.95% | - |
| XYZ | 46.62 | 70.59 | 37.55 | - |
| YUV | 198.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 144 | 0.45 | 0 | 0.40 | 0.05 | 125.56 | 0.81 | 0.74 |
| Hex | 86 | F2 | 90 | 2D | 0 | 28 | 5 | 7E | 51 | 4A |
| Octal | 206 | 362 | 220 | 55 | 0 | 50 | 5 | 176 | 121 | 112 |
| Binary | 10000110 | 11110010 | 10010000 | 101101 | 0 | 101000 | 101 | 1111110 | 1010001 | 1001010 |
Color Harmonies of #86F290
Complementary color
Monochromatic Colors of #86F290
Black with #86F290
Text Example
Text Example
White with #86F290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F290; }
p { color: rgb(134,242,144); }
H1.HeaderClassName
{
color: #86F290;
}
.AnyTagClassName
{
color: #86F290;
}
</style>
background-color css
<style>
a { background-color: #86F290; }
a { background-color: rgb(134,242,144); }
div.DivClassName
{
background-color: #86F290;
}
.BgClassName
{
background-color: #86F290;
}
</style>
border-color css
<style>
span { border-color: #86F290; }
span { border-color: rgb(134,242,144); }
td.TdClassName
{
border-color: #86F290;
}
.TagClassName
{
border-color: #86F290;
}
</style>