#86F39A

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

Shades of Light Green #86F39A

Tints of Light Green #86F39A

Color information

#86F39A (or 0x86F39A) is unknown color: approx Light Green. HEX triplet: 86, F3 and 9A. RGB value is (134,243,154). Sum of RGB (Red+Green+Blue) = 134+243+154=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #86F39A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F39A is #790C65. Grayscale: #C8C8C8. Windows color (decimal): -7933030 or 10154886. OLE color: 10154886.

HSL color Cylindrical-coordinate representation of color #86F39A: hue angle of 131.01º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F39A is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB134243154-
CMYK0.4500.370.05
HSL131.01º81.95%73.92%-
HSV(B)131.01º44.86%95.29%-
XYZ47.7171.541.86-
YUV200.26101.8980.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.24%
GREEN value IS 243 (95.31% from 255) = 45.76%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=25.24%
G=45.76%
B=29.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342431540.4500.370.05131.0181.9573.92
Hex86F39A2D025583524a
Octal206363232550455203122112
Binary10000110111100111001101010110101001011011000001110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,243,154); }

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

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

 a { background-color: rgb(134,243,154); }

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

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

 span { border-color: rgb(134,243,154); }

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