Shades of Light Green #86FA90
Tints of Light Green #86FA90
RGB
CMYK
RGB Variations
Color information
#86FA90 (or 0x86FA90) is known color: Light Green. HEX triplet: 86, FA and 90. RGB value is (134,250,144). Sum of RGB (Red+Green+Blue) = 134+250+144=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FA90 is #79056F. Grayscale: #CBCBCB. Windows color (decimal): -7931248 or 9501318. OLE color: 9501318.
HSL color Cylindrical-coordinate representation of color #86FA90: hue angle of 125.17º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FA90 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 144 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.02 |
| HSL | 125.17º | 0.92% | 0.75% | - |
| HSV(B) | 125.17º | 0.46% | 0.98% | - |
| XYZ | 49.05 | 75.45 | 38.36 | - |
| YUV | 203.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 144 | 0.46 | 0 | 0.42 | 0.02 | 125.17 | 0.92 | 0.75 |
| Hex | 86 | FA | 90 | 2E | 0 | 2A | 2 | 7D | 5C | 4B |
| Octal | 206 | 372 | 220 | 56 | 0 | 52 | 2 | 175 | 134 | 113 |
| Binary | 10000110 | 11111010 | 10010000 | 101110 | 0 | 101010 | 10 | 1111101 | 1011100 | 1001011 |
Color Harmonies of #86FA90
Complementary color
Monochromatic Colors of #86FA90
Black with #86FA90
Text Example
Text Example
White with #86FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA90; }
p { color: rgb(134,250,144); }
H1.HeaderClassName
{
color: #86FA90;
}
.AnyTagClassName
{
color: #86FA90;
}
</style>
background-color css
<style>
a { background-color: #86FA90; }
a { background-color: rgb(134,250,144); }
div.DivClassName
{
background-color: #86FA90;
}
.BgClassName
{
background-color: #86FA90;
}
</style>
border-color css
<style>
span { border-color: #86FA90; }
span { border-color: rgb(134,250,144); }
td.TdClassName
{
border-color: #86FA90;
}
.TagClassName
{
border-color: #86FA90;
}
</style>