#86F989

Color #86F989 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #86F989

Tints of Light Green #86F989

Color information

#86F989 (or 0x86F989) is unknown color: approx Light Green. HEX triplet: 86, F9 and 89. RGB value is (134,249,137). Sum of RGB (Red+Green+Blue) = 134+249+137=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #86F989 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F989 is #790676. Grayscale: #CACACA. Windows color (decimal): -7931511 or 9042310. OLE color: 9042310.

HSL color Cylindrical-coordinate representation of color #86F989: hue angle of 121.57º degrees, saturation: 0.91, 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 #86F989 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB134249137-
CMYK0.4600.450.02
HSL121.57º90.55%75.1%-
HSV(B)121.57º46.18%97.65%-
XYZ48.2274.6335.53-
YUV201.8591.479.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 249 (97.66% from 255) = 47.88%
BLUE value IS 137 (53.91% from 255) = 26.35%
R=25.77%
G=47.88%
B=26.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342491370.4600.450.02121.5790.5575.1
Hex86F9892E02D27a5b4b
Octal206371211560552172133113
Binary100001101111100110001001101110010110110111101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86F989; }

 p { color: rgb(134,249,137); }

 H1.HeaderClassName
 {
   color: #86F989;
 }
 .AnyTagClassName
 {
   color: #86F989;
 }
</style>
background-color css

<style>
 a { background-color: #86F989; }

 a { background-color: rgb(134,249,137); }

 div.DivClassName
 {
   background-color: #86F989;
 }
 .BgClassName
 {
   background-color: #86F989;
 }
</style>
border-color css

<style>
 span { border-color: #86F989; }

 span { border-color: rgb(134,249,137); }

 td.TdClassName
 {
   border-color: #86F989;
 }
 .TagClassName
 {
   border-color: #86F989;
 }
</style>