#86e49d

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

Shades of Light Green #86E49D

Tints of Light Green #86E49D

Color information

#86E49D (or 0x86E49D) is unknown color: approx Light Green. HEX triplet: 86, E4 and 9D. RGB value is (134,228,157). Sum of RGB (Red+Green+Blue) = 134+228+157=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #86E49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E49D is #791B62. Grayscale: #BFBFBF. Windows color (decimal): -7936867 or 10347654. OLE color: 10347654.

HSL color Cylindrical-coordinate representation of color #86E49D: hue angle of 134.68º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E49D is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB134228157-
CMYK0.4100.310.11
HSL134.68º63.51%70.98%-
HSV(B)134.68º41.23%89.41%-
XYZ43.6662.9941.76-
YUV191.8108.3686.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.82%
GREEN value IS 228 (89.45% from 255) = 43.93%
BLUE value IS 157 (61.72% from 255) = 30.25%
R=25.82%
G=43.93%
B=30.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342281570.4100.310.11134.6863.5170.98
Hex86E49D2901FB874047
Octal2063442355103713207100107
Binary10000110111001001001110110100101111110111000011110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86e49d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,228,157); }

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

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

 a { background-color: rgb(134,228,157); }

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

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

 span { border-color: rgb(134,228,157); }

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