#86EC78

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

Shades of Pastel Green #86EC78

Tints of Pastel Green #86EC78

Color information

#86EC78 (or 0x86EC78) is unknown color: approx Pastel Green. HEX triplet: 86, EC and 78. RGB value is (134,236,120). Sum of RGB (Red+Green+Blue) = 134+236+120=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EC78 is #791387. Grayscale: #C0C0C0. Windows color (decimal): -7934856 or 7924870. OLE color: 7924870.

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

Color convert

RGB134236120-
CMYK0.4300.490.07
HSL112.76º75.32%69.8%-
HSV(B)112.76º49.15%92.55%-
XYZ43.2266.4228.31-
YUV192.2887.2186.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 236 (92.58% from 255) = 48.16%
BLUE value IS 120 (47.27% from 255) = 24.49%
R=27.35%
G=48.16%
B=24.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342361200.4300.490.07112.7675.3269.8
Hex86EC782B0317714b46
Octal206354170530617161113106
Binary100001101110110011110001010110110001111111000110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,236,120); }

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

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

 a { background-color: rgb(134,236,120); }

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

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

 span { border-color: rgb(134,236,120); }

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