Shades of Light Green #86F89A
Tints of Light Green #86F89A
RGB
CMYK
RGB Variations
Color information
#86F89A (or 0x86F89A) is known color: Light Green. HEX triplet: 86, F8 and 9A. RGB value is (134,248,154). Sum of RGB (Red+Green+Blue) = 134+248+154=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #86F89A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F89A is #790765. Grayscale: #CBCBCB. Windows color (decimal): -7931750 or 10156166. OLE color: 10156166.
HSL color Cylindrical-coordinate representation of color #86F89A: hue angle of 130.53º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F89A is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 248 | 154 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.03 |
| HSL | 130.53º | 0.89% | 0.75% | - |
| HSV(B) | 130.53º | 0.46% | 0.97% | - |
| XYZ | 49.23 | 74.54 | 42.36 | - |
| YUV | 203.2 | 100.23 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 248 | 154 | 0.46 | 0 | 0.38 | 0.03 | 130.53 | 0.89 | 0.75 |
| Hex | 86 | F8 | 9A | 2E | 0 | 26 | 3 | 83 | 59 | 4B |
| Octal | 206 | 370 | 232 | 56 | 0 | 46 | 3 | 203 | 131 | 113 |
| Binary | 10000110 | 11111000 | 10011010 | 101110 | 0 | 100110 | 11 | 10000011 | 1011001 | 1001011 |
Color Harmonies of #86F89A
Complementary color
Monochromatic Colors of #86F89A
Black with #86F89A
Text Example
Text Example
White with #86F89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F89A; }
p { color: rgb(134,248,154); }
H1.HeaderClassName
{
color: #86F89A;
}
.AnyTagClassName
{
color: #86F89A;
}
</style>
background-color css
<style>
a { background-color: #86F89A; }
a { background-color: rgb(134,248,154); }
div.DivClassName
{
background-color: #86F89A;
}
.BgClassName
{
background-color: #86F89A;
}
</style>
border-color css
<style>
span { border-color: #86F89A; }
span { border-color: rgb(134,248,154); }
td.TdClassName
{
border-color: #86F89A;
}
.TagClassName
{
border-color: #86F89A;
}
</style>