#86E89B

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

Shades of Light Green #86E89B

Tints of Light Green #86E89B

Color information

#86E89B (or 0x86E89B) is unknown color: approx Light Green. HEX triplet: 86, E8 and 9B. RGB value is (134,232,155). Sum of RGB (Red+Green+Blue) = 134+232+155=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #86E89B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E89B is #791764. Grayscale: #C2C2C2. Windows color (decimal): -7935845 or 10217606. OLE color: 10217606.

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

Color convert

RGB134232155-
CMYK0.4200.330.09
HSL132.86º68.06%71.76%-
HSV(B)132.86º42.24%90.98%-
XYZ44.665.1541.23-
YUV193.92106.0385.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.72%
GREEN value IS 232 (91.02% from 255) = 44.53%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=25.72%
G=44.53%
B=29.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342321550.4200.330.09132.8668.0671.76
Hex86E89B2A0219854448
Octal2063502335204111205104110
Binary100001101110100010011011101010010000110011000010110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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