#8ECA93

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

Shades of De York #8ECA93

Tints of De York #8ECA93

Color information

#8ECA93 (or 0x8ECA93) is unknown color: approx De York. HEX triplet: 8E, CA and 93. RGB value is (142,202,147). Sum of RGB (Red+Green+Blue) = 142+202+147=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECA93 is #71356C. Grayscale: #B1B1B1. Windows color (decimal): -7419245 or 9685646. OLE color: 9685646.

HSL color Cylindrical-coordinate representation of color #8ECA93: hue angle of 125º 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 #8ECA93 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB142202147-
CMYK0.3000.270.21
HSL125º36.14%67.45%-
HSV(B)125º29.7%79.22%-
XYZ37.5450.135.3-
YUV177.79110.62102.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=28.92%
G=41.14%
B=29.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021470.3000.270.2112536.1467.45
Hex8ECA931E01B157d2443
Octal216312223360332517544103
Binary100011101100101010010011111100110111010111111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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