#86EB9A

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

Shades of Light Green #86EB9A

Tints of Light Green #86EB9A

Color information

#86EB9A (or 0x86EB9A) is unknown color: approx Light Green. HEX triplet: 86, EB and 9A. RGB value is (134,235,154). Sum of RGB (Red+Green+Blue) = 134+235+154=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EB9A is #791465. Grayscale: #C3C3C3. Windows color (decimal): -7935078 or 10152838. OLE color: 10152838.

HSL color Cylindrical-coordinate representation of color #86EB9A: hue angle of 131.88º 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 #86EB9A is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB134235154-
CMYK0.4300.340.08
HSL131.88º71.63%72.35%-
HSV(B)131.88º42.98%92.16%-
XYZ45.3766.8241.08-
YUV195.57104.5484.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 235 (92.19% from 255) = 44.93%
BLUE value IS 154 (60.55% from 255) = 29.45%
R=25.62%
G=44.93%
B=29.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351540.4300.340.08131.8871.6372.35
Hex86EB9A2B0228844848
Octal2063532325304210204110110
Binary100001101110101110011010101011010001010001000010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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