#8ECA8E

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

Shades of De York #8ECA8E

Tints of De York #8ECA8E

Color information

#8ECA8E (or 0x8ECA8E) is unknown color: approx De York. HEX triplet: 8E, CA and 8E. RGB value is (142,202,142). Sum of RGB (Red+Green+Blue) = 142+202+142=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECA8E is #713571. Grayscale: #B1B1B1. Windows color (decimal): -7419250 or 9357966. OLE color: 9357966.

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

Color convert

RGB142202142-
CMYK0.3000.300.21
HSL120º36.14%67.45%-
HSV(B)120º29.7%79.22%-
XYZ37.1649.9433.27-
YUV177.22108.12102.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.22%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=29.22%
G=41.56%
B=29.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021420.3000.300.2112036.1467.45
Hex8ECA8E1E01E15782443
Octal216312216360362517044103
Binary100011101100101010001110111100111101010111110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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