#86f69c

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

Shades of Light Green #86F69C

Tints of Light Green #86F69C

Color information

#86F69C (or 0x86F69C) is unknown color: approx Light Green. HEX triplet: 86, F6 and 9C. RGB value is (134,246,156). Sum of RGB (Red+Green+Blue) = 134+246+156=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #86F69C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F69C is #790963. Grayscale: #CACACA. Windows color (decimal): -7932260 or 10286726. OLE color: 10286726.

HSL color Cylindrical-coordinate representation of color #86F69C: hue angle of 131.79º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F69C is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB134246156-
CMYK0.4600.370.04
HSL131.79º86.15%74.51%-
HSV(B)131.79º45.53%96.47%-
XYZ48.7973.3843.04-
YUV202.25101.8979.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25%
GREEN value IS 246 (96.48% from 255) = 45.90%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=25%
G=45.90%
B=29.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342461560.4600.370.04131.7986.1574.51
Hex86F69C2E025484564b
Octal206366234560454204126113
Binary10000110111101101001110010111001001011001000010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86f69c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,246,156); }

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

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

 a { background-color: rgb(134,246,156); }

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

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

 span { border-color: rgb(134,246,156); }

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