#8ED18C

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

Shades of De York #8ED18C

Tints of De York #8ED18C

Color information

#8ED18C (or 0x8ED18C) is unknown color: approx De York. HEX triplet: 8E, D1 and 8C. RGB value is (142,209,140). Sum of RGB (Red+Green+Blue) = 142+209+140=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED18C is #712E73. Grayscale: #B5B5B5. Windows color (decimal): -7417460 or 9228686. OLE color: 9228686.

HSL color Cylindrical-coordinate representation of color #8ED18C: hue angle of 118.26º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED18C is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB142209140-
CMYK0.3200.330.18
HSL118.26º42.86%68.43%-
HSV(B)118.26º33.01%81.96%-
XYZ38.6953.2533.05-
YUV181.1104.8100.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=28.92%
G=42.57%
B=28.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422091400.3200.330.18118.2642.8668.43
Hex8ED18C2002112762b44
Octal216321214400412216653104
Binary10001110110100011000110010000001000011001011101101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,209,140); }

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

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

 a { background-color: rgb(142,209,140); }

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

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

 span { border-color: rgb(142,209,140); }

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