#8ECA91

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

Shades of De York #8ECA91

Tints of De York #8ECA91

Color information

#8ECA91 (or 0x8ECA91) is unknown color: approx De York. HEX triplet: 8E, CA and 91. RGB value is (142,202,145). Sum of RGB (Red+Green+Blue) = 142+202+145=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECA91 is #71356E. Grayscale: #B1B1B1. Windows color (decimal): -7419247 or 9554574. OLE color: 9554574.

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

Color convert

RGB142202145-
CMYK0.3000.280.21
HSL123º36.14%67.45%-
HSV(B)123º29.7%79.22%-
XYZ37.3950.0434.48-
YUV177.56109.62102.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=29.04%
G=41.31%
B=29.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021450.3000.280.2112336.1467.45
Hex8ECA911E01C157b2443
Octal216312221360342517344103
Binary100011101100101010010001111100111001010111110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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