#8ECE8A

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

Shades of De York #8ECE8A

Tints of De York #8ECE8A

Color information

#8ECE8A (or 0x8ECE8A) is unknown color: approx De York. HEX triplet: 8E, CE and 8A. RGB value is (142,206,138). Sum of RGB (Red+Green+Blue) = 142+206+138=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE8A is #713175. Grayscale: #B3B3B3. Windows color (decimal): -7418230 or 9096846. OLE color: 9096846.

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

Color convert

RGB142206138-
CMYK0.3100.330.19
HSL116.47º40.96%67.45%-
HSV(B)116.47º33.01%80.78%-
XYZ37.8151.7332.04-
YUV179.11104.8101.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.22%
GREEN value IS 206 (80.86% from 255) = 42.39%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=29.22%
G=42.39%
B=28.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061380.3100.330.19116.4740.9667.45
Hex8ECE8A1F02113742943
Octal216316212370412316451103
Binary1000111011001110100010101111101000011001111101001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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