#8ECA80

Color #8ECA80 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8ECA80

Tints of De York #8ECA80

Color information

#8ECA80 (or 0x8ECA80) is unknown color: approx De York. HEX triplet: 8E, CA and 80. RGB value is (142,202,128). Sum of RGB (Red+Green+Blue) = 142+202+128=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECA80 is #71357F. Grayscale: #AFAFAF. Windows color (decimal): -7419264 or 8440462. OLE color: 8440462.

HSL color Cylindrical-coordinate representation of color #8ECA80: hue angle of 108.65º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ECA80 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB142202128-
CMYK0.3000.370.21
HSL108.65º41.11%64.71%-
HSV(B)108.65º36.63%79.22%-
XYZ36.1749.5528.08-
YUV175.62101.12104.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.08%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=30.08%
G=42.80%
B=27.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021280.3000.370.21108.6541.1164.71
Hex8ECA801E025156d2941
Octal216312200360452515551101
Binary1000111011001010100000001111001001011010111011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECA80; }

 p { color: rgb(142,202,128); }

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

<style>
 a { background-color: #8ECA80; }

 a { background-color: rgb(142,202,128); }

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

<style>
 span { border-color: #8ECA80; }

 span { border-color: rgb(142,202,128); }

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