#86E896

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

Shades of Light Green #86E896

Tints of Light Green #86E896

Color information

#86E896 (or 0x86E896) is unknown color: approx Light Green. HEX triplet: 86, E8 and 96. RGB value is (134,232,150). Sum of RGB (Red+Green+Blue) = 134+232+150=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #86E896 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E896 is #791769. Grayscale: #C1C1C1. Windows color (decimal): -7935850 or 9889926. OLE color: 9889926.

HSL color Cylindrical-coordinate representation of color #86E896: hue angle of 129.8º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E896 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB134232150-
CMYK0.4200.350.09
HSL129.8º68.06%71.76%-
HSV(B)129.8º42.24%90.98%-
XYZ44.1964.9839.07-
YUV193.35103.5385.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.97%
GREEN value IS 232 (91.02% from 255) = 44.96%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=25.97%
G=44.96%
B=29.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342321500.4200.350.09129.868.0671.76
Hex86E8962A0239824448
Octal2063502265204311202104110
Binary100001101110100010010110101010010001110011000001010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,232,150); }

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

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

 a { background-color: rgb(134,232,150); }

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

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

 span { border-color: rgb(134,232,150); }

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