#86E981

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

Shades of Light Green #86E981

Tints of Light Green #86E981

Color information

#86E981 (or 0x86E981) is unknown color: approx Light Green. HEX triplet: 86, E9 and 81. RGB value is (134,233,129). Sum of RGB (Red+Green+Blue) = 134+233+129=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #86E981 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E981 is #79167E. Grayscale: #BFBFBF. Windows color (decimal): -7935615 or 8513926. OLE color: 8513926.

HSL color Cylindrical-coordinate representation of color #86E981: hue angle of 117.12º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86E981 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB134233129-
CMYK0.4200.450.09
HSL117.12º70.27%70.98%-
HSV(B)117.12º44.64%91.37%-
XYZ42.9364.9331.04-
YUV191.5492.786.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 233 (91.41% from 255) = 46.98%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=27.02%
G=46.98%
B=26.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342331290.4200.450.09117.1270.2770.98
Hex86E9812A02D9754647
Octal2063512015205511165106107
Binary10000110111010011000000110101001011011001111010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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