#86eb92

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

Shades of Light Green #86EB92

Tints of Light Green #86EB92

Color information

#86EB92 (or 0x86EB92) is unknown color: approx Light Green. HEX triplet: 86, EB and 92. RGB value is (134,235,146). Sum of RGB (Red+Green+Blue) = 134+235+146=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EB92 is #79146D. Grayscale: #C2C2C2. Windows color (decimal): -7935086 or 9628550. OLE color: 9628550.

HSL color Cylindrical-coordinate representation of color #86EB92: hue angle of 127.13º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EB92 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB134235146-
CMYK0.4300.380.08
HSL127.13º71.63%72.35%-
HSV(B)127.13º42.98%92.16%-
XYZ44.7366.5637.68-
YUV194.66100.5484.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.02%
GREEN value IS 235 (92.19% from 255) = 45.63%
BLUE value IS 146 (57.42% from 255) = 28.35%
R=26.02%
G=45.63%
B=28.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351460.4300.380.08127.1371.6372.35
Hex86EB922B02687f4848
Octal2063532225304610177110110
Binary10000110111010111001001010101101001101000111111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86eb92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,235,146); }

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

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

 a { background-color: rgb(134,235,146); }

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

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

 span { border-color: rgb(134,235,146); }

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