Shades of Light Green #86FC90
Tints of Light Green #86FC90
RGB
CMYK
RGB Variations
Color information
#86FC90 (or 0x86FC90) is known color: Light Green. HEX triplet: 86, FC and 90. RGB value is (134,252,144). Sum of RGB (Red+Green+Blue) = 134+252+144=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FC90 is #79036F. Grayscale: #CCCCCC. Windows color (decimal): -7930736 or 9501830. OLE color: 9501830.
HSL color Cylindrical-coordinate representation of color #86FC90: hue angle of 125.08º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FC90 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 144 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.01 |
| HSL | 125.08º | 0.95% | 0.76% | - |
| HSV(B) | 125.08º | 0.47% | 0.99% | - |
| XYZ | 49.68 | 76.7 | 38.57 | - |
| YUV | 204.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 144 | 0.47 | 0 | 0.43 | 0.01 | 125.08 | 0.95 | 0.76 |
| Hex | 86 | FC | 90 | 2F | 0 | 2B | 1 | 7D | 5F | 4C |
| Octal | 206 | 374 | 220 | 57 | 0 | 53 | 1 | 175 | 137 | 114 |
| Binary | 10000110 | 11111100 | 10010000 | 101111 | 0 | 101011 | 1 | 1111101 | 1011111 | 1001100 |
Color Harmonies of #86FC90
Complementary color
Monochromatic Colors of #86FC90
Black with #86FC90
Text Example
Text Example
White with #86FC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FC90; }
p { color: rgb(134,252,144); }
H1.HeaderClassName
{
color: #86FC90;
}
.AnyTagClassName
{
color: #86FC90;
}
</style>
background-color css
<style>
a { background-color: #86FC90; }
a { background-color: rgb(134,252,144); }
div.DivClassName
{
background-color: #86FC90;
}
.BgClassName
{
background-color: #86FC90;
}
</style>
border-color css
<style>
span { border-color: #86FC90; }
span { border-color: rgb(134,252,144); }
td.TdClassName
{
border-color: #86FC90;
}
.TagClassName
{
border-color: #86FC90;
}
</style>