#86ED9E

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

Shades of Light Green #86ED9E

Tints of Light Green #86ED9E

Color information

#86ED9E (or 0x86ED9E) is unknown color: approx Light Green. HEX triplet: 86, ED and 9E. RGB value is (134,237,158). Sum of RGB (Red+Green+Blue) = 134+237+158=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86ED9E is #791261. Grayscale: #C5C5C5. Windows color (decimal): -7934562 or 10415494. OLE color: 10415494.

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

Color convert

RGB134237158-
CMYK0.4300.330.07
HSL133.98º74.1%72.75%-
HSV(B)133.98º43.46%92.94%-
XYZ46.2968.1143.05-
YUV197.2105.8882.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.33%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=25.33%
G=44.80%
B=29.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342371580.4300.330.07133.9874.172.75
Hex86ED9E2B0217864a49
Octal206355236530417206112111
Binary10000110111011011001111010101101000011111000011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ED9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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