#86E88C

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

Shades of Light Green #86E88C

Tints of Light Green #86E88C

Color information

#86E88C (or 0x86E88C) is unknown color: approx Light Green. HEX triplet: 86, E8 and 8C. RGB value is (134,232,140). Sum of RGB (Red+Green+Blue) = 134+232+140=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #86E88C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E88C is #791773. Grayscale: #C0C0C0. Windows color (decimal): -7935860 or 9234566. OLE color: 9234566.

HSL color Cylindrical-coordinate representation of color #86E88C: hue angle of 123.67º 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 #86E88C is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB134232140-
CMYK0.4200.400.09
HSL123.67º68.06%71.76%-
HSV(B)123.67º42.24%90.98%-
XYZ43.4264.6835.01-
YUV192.2198.5386.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.48%
GREEN value IS 232 (91.02% from 255) = 45.85%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=26.48%
G=45.85%
B=27.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342321400.4200.400.09123.6768.0671.76
Hex86E88C2A02897c4448
Octal2063502145205011174104110
Binary10000110111010001000110010101001010001001111110010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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