#86e8a1

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

Shades of Light Green #86E8A1

Tints of Light Green #86E8A1

Color information

#86E8A1 (or 0x86E8A1) is unknown color: approx Light Green. HEX triplet: 86, E8 and A1. RGB value is (134,232,161). Sum of RGB (Red+Green+Blue) = 134+232+161=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #86E8A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E8A1 is #79175E. Grayscale: #C2C2C2. Windows color (decimal): -7935839 or 10610822. OLE color: 10610822.

HSL color Cylindrical-coordinate representation of color #86E8A1: hue angle of 136.53º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E8A1 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB134232161-
CMYK0.4200.310.09
HSL136.53º68.06%71.76%-
HSV(B)136.53º42.24%90.98%-
XYZ45.1265.3543.95-
YUV194.6109.0384.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.43%
GREEN value IS 232 (91.02% from 255) = 44.02%
BLUE value IS 161 (63.28% from 255) = 30.55%
R=25.43%
G=44.02%
B=30.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342321610.4200.310.09136.5368.0671.76
Hex86E8A12A01F9894448
Octal2063502415203711211104110
Binary10000110111010001010000110101001111110011000100110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86e8a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,232,161); }

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

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

 a { background-color: rgb(134,232,161); }

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

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

 span { border-color: rgb(134,232,161); }

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