#86EA7E

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

Shades of Light Green #86EA7E

Tints of Light Green #86EA7E

Color information

#86EA7E (or 0x86EA7E) is unknown color: approx Light Green. HEX triplet: 86, EA and 7E. RGB value is (134,234,126). Sum of RGB (Red+Green+Blue) = 134+234+126=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EA7E is #791581. Grayscale: #C0C0C0. Windows color (decimal): -7935362 or 8317574. OLE color: 8317574.

HSL color Cylindrical-coordinate representation of color #86EA7E: hue angle of 115.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86EA7E is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB134234126-
CMYK0.4300.460.08
HSL115.56º72%70.59%-
HSV(B)115.56º46.15%91.76%-
XYZ43.0265.4230.1-
YUV191.7990.8786.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 234 (91.80% from 255) = 47.37%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=27.13%
G=47.37%
B=25.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342341260.4300.460.08115.567270.59
Hex86EA7E2B02E8744847
Octal2063521765305610164110107
Binary1000011011101010111111010101101011101000111010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,234,126); }

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

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

 a { background-color: rgb(134,234,126); }

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

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

 span { border-color: rgb(134,234,126); }

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