#8ECE8C

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

Shades of De York #8ECE8C

Tints of De York #8ECE8C

Color information

#8ECE8C (or 0x8ECE8C) is unknown color: approx De York. HEX triplet: 8E, CE and 8C. RGB value is (142,206,140). Sum of RGB (Red+Green+Blue) = 142+206+140=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE8C is #713173. Grayscale: #B3B3B3. Windows color (decimal): -7418228 or 9227918. OLE color: 9227918.

HSL color Cylindrical-coordinate representation of color #8ECE8C: hue angle of 118.18º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ECE8C is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB142206140-
CMYK0.3100.320.19
HSL118.18º40.24%67.84%-
HSV(B)118.18º32.04%80.78%-
XYZ37.9651.7932.81-
YUV179.34105.8101.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=29.10%
G=42.21%
B=28.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061400.3100.320.19118.1840.2467.84
Hex8ECE8C1F02013762844
Octal216316214370402316650104
Binary1000111011001110100011001111101000001001111101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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