#86F796

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

Shades of Light Green #86F796

Tints of Light Green #86F796

Color information

#86F796 (or 0x86F796) is unknown color: approx Light Green. HEX triplet: 86, F7 and 96. RGB value is (134,247,150). Sum of RGB (Red+Green+Blue) = 134+247+150=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #86F796 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F796 is #790869. Grayscale: #CACACA. Windows color (decimal): -7932010 or 9893766. OLE color: 9893766.

HSL color Cylindrical-coordinate representation of color #86F796: hue angle of 128.5º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F796 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB134247150-
CMYK0.4600.390.03
HSL128.5º87.6%74.71%-
HSV(B)128.5º45.75%96.86%-
XYZ48.673.7940.54-
YUV202.1698.5679.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.24%
GREEN value IS 247 (96.88% from 255) = 46.52%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=25.24%
G=46.52%
B=28.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342471500.4600.390.03128.587.674.71
Hex86F7962E027380584b
Octal206367226560473200130113
Binary1000011011110111100101101011100100111111000000010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,247,150); }

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

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

 a { background-color: rgb(134,247,150); }

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

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

 span { border-color: rgb(134,247,150); }

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