#86ED88

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

Shades of Light Green #86ED88

Tints of Light Green #86ED88

Color information

#86ED88 (or 0x86ED88) is unknown color: approx Light Green. HEX triplet: 86, ED and 88. RGB value is (134,237,136). Sum of RGB (Red+Green+Blue) = 134+237+136=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86ED88 is #791277. Grayscale: #C2C2C2. Windows color (decimal): -7934584 or 8973702. OLE color: 8973702.

HSL color Cylindrical-coordinate representation of color #86ED88: hue angle of 121.17º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86ED88 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB134237136-
CMYK0.4300.430.07
HSL121.17º74.1%72.75%-
HSV(B)121.17º43.46%92.94%-
XYZ44.5667.4133.96-
YUV194.6994.8884.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.43%
GREEN value IS 237 (92.97% from 255) = 46.75%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=26.43%
G=46.75%
B=26.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342371360.4300.430.07121.1774.172.75
Hex86ED882B02B7794a49
Octal206355210530537171112111
Binary1000011011101101100010001010110101011111111100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ED88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,237,136); }

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

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

 a { background-color: rgb(134,237,136); }

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

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

 span { border-color: rgb(134,237,136); }

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