#86F093

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

Shades of Light Green #86F093

Tints of Light Green #86F093

Color information

#86F093 (or 0x86F093) is unknown color: approx Light Green. HEX triplet: 86, F0 and 93. RGB value is (134,240,147). Sum of RGB (Red+Green+Blue) = 134+240+147=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #86F093 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F093 is #790F6C. Grayscale: #C5C5C5. Windows color (decimal): -7933805 or 9695366. OLE color: 9695366.

HSL color Cylindrical-coordinate representation of color #86F093: hue angle of 127.36º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F093 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB134240147-
CMYK0.4400.390.06
HSL127.36º77.94%73.33%-
HSV(B)127.36º44.17%94.12%-
XYZ46.2669.538.58-
YUV197.799.3882.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.72%
GREEN value IS 240 (94.14% from 255) = 46.07%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=25.72%
G=46.07%
B=28.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342401470.4400.390.06127.3677.9473.33
Hex86F0932C02767f4e49
Octal206360223540476177116111
Binary1000011011110000100100111011000100111110111111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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