#86EB8A

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

Shades of Light Green #86EB8A

Tints of Light Green #86EB8A

Color information

#86EB8A (or 0x86EB8A) is unknown color: approx Light Green. HEX triplet: 86, EB and 8A. RGB value is (134,235,138). Sum of RGB (Red+Green+Blue) = 134+235+138=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EB8A is #791475. Grayscale: #C2C2C2. Windows color (decimal): -7935094 or 9104262. OLE color: 9104262.

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

Color convert

RGB134235138-
CMYK0.4300.410.08
HSL122.38º71.63%72.35%-
HSV(B)122.38º42.98%92.16%-
XYZ44.1366.3234.52-
YUV193.7496.5485.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.43%
GREEN value IS 235 (92.19% from 255) = 46.35%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=26.43%
G=46.35%
B=27.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351380.4300.410.08122.3871.6372.35
Hex86EB8A2B02987a4848
Octal2063532125305110172110110
Binary10000110111010111000101010101101010011000111101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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