#86ECA3

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

Shades of Light Green #86ECA3

Tints of Light Green #86ECA3

Color information

#86ECA3 (or 0x86ECA3) is unknown color: approx Light Green. HEX triplet: 86, EC and A3. RGB value is (134,236,163). Sum of RGB (Red+Green+Blue) = 134+236+163=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86ECA3 is #79135C. Grayscale: #C5C5C5. Windows color (decimal): -7934813 or 10742918. OLE color: 10742918.

HSL color Cylindrical-coordinate representation of color #86ECA3: hue angle of 137.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 #86ECA3 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB134236163-
CMYK0.4300.310.07
HSL137.06º72.86%72.55%-
HSV(B)137.06º43.22%92.55%-
XYZ46.4467.745.27-
YUV197.18108.7182.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.14%
GREEN value IS 236 (92.58% from 255) = 44.28%
BLUE value IS 163 (64.06% from 255) = 30.58%
R=25.14%
G=44.28%
B=30.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342361630.4300.310.07137.0672.8672.55
Hex86ECA32B01F7894949
Octal206354243530377211111111
Binary1000011011101100101000111010110111111111000100110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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