#86E59F

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

Shades of Light Green #86E59F

Tints of Light Green #86E59F

Color information

#86E59F (or 0x86E59F) is unknown color: approx Light Green. HEX triplet: 86, E5 and 9F. RGB value is (134,229,159). Sum of RGB (Red+Green+Blue) = 134+229+159=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #86E59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E59F is #791A60. Grayscale: #C0C0C0. Windows color (decimal): -7936609 or 10478982. OLE color: 10478982.

HSL color Cylindrical-coordinate representation of color #86E59F: hue angle of 135.79º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E59F is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB134229159-
CMYK0.4100.310.10
HSL135.79º64.63%71.18%-
HSV(B)135.79º41.48%89.8%-
XYZ44.1163.6142.75-
YUV192.62109.0386.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 229 (89.84% from 255) = 43.87%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=25.67%
G=43.87%
B=30.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1342291590.4100.310.10135.7964.6371.18
Hex86E59F2901FA884147
Octal2063452375103712210101107
Binary10000110111001011001111110100101111110101000100010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,229,159); }

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

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

 a { background-color: rgb(134,229,159); }

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

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

 span { border-color: rgb(134,229,159); }

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