#8ECA92

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

Shades of De York #8ECA92

Tints of De York #8ECA92

Color information

#8ECA92 (or 0x8ECA92) is unknown color: approx De York. HEX triplet: 8E, CA and 92. RGB value is (142,202,146). Sum of RGB (Red+Green+Blue) = 142+202+146=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECA92 is #71356D. Grayscale: #B1B1B1. Windows color (decimal): -7419246 or 9620110. OLE color: 9620110.

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

Color convert

RGB142202146-
CMYK0.3000.280.21
HSL124º36.14%67.45%-
HSV(B)124º29.7%79.22%-
XYZ37.4650.0734.88-
YUV177.68110.12102.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=28.98%
G=41.22%
B=29.80%

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
Decimal1422021460.3000.280.2112436.1467.45
Hex8ECA921E01C157c2443
Octal216312222360342517444103
Binary100011101100101010010010111100111001010111111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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