#8ECE92

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

Shades of De York #8ECE92

Tints of De York #8ECE92

Color information

#8ECE92 (or 0x8ECE92) is unknown color: approx De York. HEX triplet: 8E, CE and 92. RGB value is (142,206,146). Sum of RGB (Red+Green+Blue) = 142+206+146=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE92 is #71316D. Grayscale: #B4B4B4. Windows color (decimal): -7418222 or 9621134. OLE color: 9621134.

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

Color convert

RGB142206146-
CMYK0.3100.290.19
HSL123.75º39.51%68.24%-
HSV(B)123.75º31.07%80.78%-
XYZ38.4151.9735.2-
YUV180.02108.8100.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 206 (80.86% from 255) = 41.70%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=28.74%
G=41.70%
B=29.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061460.3100.290.19123.7539.5168.24
Hex8ECE921F01D137c2844
Octal216316222370352317450104
Binary100011101100111010010010111110111011001111111001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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