#8ECE8F

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

Shades of De York #8ECE8F

Tints of De York #8ECE8F

Color information

#8ECE8F (or 0x8ECE8F) is unknown color: approx De York. HEX triplet: 8E, CE and 8F. RGB value is (142,206,143). Sum of RGB (Red+Green+Blue) = 142+206+143=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE8F is #713170. Grayscale: #B3B3B3. Windows color (decimal): -7418225 or 9424526. OLE color: 9424526.

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

Color convert

RGB142206143-
CMYK0.3100.310.19
HSL120.94º39.51%68.24%-
HSV(B)120.94º31.07%80.78%-
XYZ38.1851.8833.99-
YUV179.68107.3101.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=28.92%
G=41.96%
B=29.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061430.3100.310.19120.9439.5168.24
Hex8ECE8F1F01F13792844
Octal216316217370372317150104
Binary100011101100111010001111111110111111001111110011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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