#86EB9C

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

Shades of Light Green #86EB9C

Tints of Light Green #86EB9C

Color information

#86EB9C (or 0x86EB9C) is unknown color: approx Light Green. HEX triplet: 86, EB and 9C. RGB value is (134,235,156). Sum of RGB (Red+Green+Blue) = 134+235+156=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EB9C is #791463. Grayscale: #C4C4C4. Windows color (decimal): -7935076 or 10283910. OLE color: 10283910.

HSL color Cylindrical-coordinate representation of color #86EB9C: hue angle of 133.07º 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 #86EB9C is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB134235156-
CMYK0.4300.340.08
HSL133.07º71.63%72.35%-
HSV(B)133.07º42.98%92.16%-
XYZ45.5466.8941.96-
YUV195.8105.5483.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 235 (92.19% from 255) = 44.76%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=25.52%
G=44.76%
B=29.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351560.4300.340.08133.0771.6372.35
Hex86EB9C2B0228854848
Octal2063532345304210205110110
Binary100001101110101110011100101011010001010001000010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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