#86EC92

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

Shades of Light Green #86EC92

Tints of Light Green #86EC92

Color information

#86EC92 (or 0x86EC92) is unknown color: approx Light Green. HEX triplet: 86, EC and 92. RGB value is (134,236,146). Sum of RGB (Red+Green+Blue) = 134+236+146=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EC92 is #79136D. Grayscale: #C3C3C3. Windows color (decimal): -7934830 or 9628806. OLE color: 9628806.

HSL color Cylindrical-coordinate representation of color #86EC92: hue angle of 127.06º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EC92 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB134236146-
CMYK0.4300.380.07
HSL127.06º72.86%72.55%-
HSV(B)127.06º43.22%92.55%-
XYZ45.0267.1337.78-
YUV195.24100.2184.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.97%
GREEN value IS 236 (92.58% from 255) = 45.74%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=25.97%
G=45.74%
B=28.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342361460.4300.380.07127.0672.8672.55
Hex86EC922B02677f4949
Octal206354222530467177111111
Binary1000011011101100100100101010110100110111111111110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,236,146); }

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

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

 a { background-color: rgb(134,236,146); }

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

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

 span { border-color: rgb(134,236,146); }

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