#86F193

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

Shades of Light Green #86F193

Tints of Light Green #86F193

Color information

#86F193 (or 0x86F193) is unknown color: approx Light Green. HEX triplet: 86, F1 and 93. RGB value is (134,241,147). Sum of RGB (Red+Green+Blue) = 134+241+147=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #86F193 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F193 is #790E6C. Grayscale: #C6C6C6. Windows color (decimal): -7933549 or 9695622. OLE color: 9695622.

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

Color convert

RGB134241147-
CMYK0.4400.390.05
HSL127.29º79.26%73.53%-
HSV(B)127.29º44.4%94.51%-
XYZ46.5570.0938.68-
YUV198.2999.0582.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=25.67%
G=46.17%
B=28.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342411470.4400.390.05127.2979.2673.53
Hex86F1932C02757f4f4a
Octal206361223540475177117112
Binary1000011011110001100100111011000100111101111111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,241,147); }

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

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

 a { background-color: rgb(134,241,147); }

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

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

 span { border-color: rgb(134,241,147); }

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