#86E9A0

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

Shades of Light Green #86E9A0

Tints of Light Green #86E9A0

Color information

#86E9A0 (or 0x86E9A0) is unknown color: approx Light Green. HEX triplet: 86, E9 and A0. RGB value is (134,233,160). Sum of RGB (Red+Green+Blue) = 134+233+160=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #86E9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E9A0 is #79165F. Grayscale: #C3C3C3. Windows color (decimal): -7935584 or 10545542. OLE color: 10545542.

HSL color Cylindrical-coordinate representation of color #86E9A0: hue angle of 135.76º degrees, saturation: 0.69, 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 #86E9A0 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB134233160-
CMYK0.4200.310.09
HSL135.76º69.23%71.96%-
HSV(B)135.76º42.49%91.37%-
XYZ45.3265.8843.59-
YUV195.08108.284.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.43%
GREEN value IS 233 (91.41% from 255) = 44.21%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=25.43%
G=44.21%
B=30.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342331600.4200.310.09135.7669.2371.96
Hex86E9A02A01F9884548
Octal2063512405203711210105110
Binary10000110111010011010000010101001111110011000100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,233,160); }

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

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

 a { background-color: rgb(134,233,160); }

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

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

 span { border-color: rgb(134,233,160); }

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