#86EB9F

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

Shades of Light Green #86EB9F

Tints of Light Green #86EB9F

Color information

#86EB9F (or 0x86EB9F) is unknown color: approx Light Green. HEX triplet: 86, EB and 9F. RGB value is (134,235,159). Sum of RGB (Red+Green+Blue) = 134+235+159=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EB9F is #791460. Grayscale: #C4C4C4. Windows color (decimal): -7935073 or 10480518. OLE color: 10480518.

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

Color convert

RGB134235159-
CMYK0.4300.320.08
HSL134.85º71.63%72.35%-
HSV(B)134.85º42.98%92.16%-
XYZ45.866.9943.32-
YUV196.14107.0483.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.38%
GREEN value IS 235 (92.19% from 255) = 44.51%
BLUE value IS 159 (62.5% from 255) = 30.11%
R=25.38%
G=44.51%
B=30.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351590.4300.320.08134.8571.6372.35
Hex86EB9F2B0208874848
Octal2063532375304010207110110
Binary100001101110101110011111101011010000010001000011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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