#86E99F

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

Shades of Light Green #86E99F

Tints of Light Green #86E99F

Color information

#86E99F (or 0x86E99F) is unknown color: approx Light Green. HEX triplet: 86, E9 and 9F. RGB value is (134,233,159). Sum of RGB (Red+Green+Blue) = 134+233+159=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #86E99F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E99F is #791660. Grayscale: #C3C3C3. Windows color (decimal): -7935585 or 10480006. OLE color: 10480006.

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

Color convert

RGB134233159-
CMYK0.4200.320.09
HSL135.15º69.23%71.96%-
HSV(B)135.15º42.49%91.37%-
XYZ45.2365.8543.13-
YUV194.96107.784.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 233 (91.41% from 255) = 44.30%
BLUE value IS 159 (62.5% from 255) = 30.23%
R=25.48%
G=44.30%
B=30.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342331590.4200.320.09135.1569.2371.96
Hex86E99F2A0209874548
Octal2063512375204011207105110
Binary100001101110100110011111101010010000010011000011110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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