#8ECD90

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

Shades of De York #8ECD90

Tints of De York #8ECD90

Color information

#8ECD90 (or 0x8ECD90) is unknown color: approx De York. HEX triplet: 8E, CD and 90. RGB value is (142,205,144). Sum of RGB (Red+Green+Blue) = 142+205+144=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECD90 is #71326F. Grayscale: #B3B3B3. Windows color (decimal): -7418480 or 9489806. OLE color: 9489806.

HSL color Cylindrical-coordinate representation of color #8ECD90: hue angle of 121.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECD90 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB142205144-
CMYK0.3100.300.20
HSL121.9º38.65%68.04%-
HSV(B)121.9º30.73%80.39%-
XYZ38.0251.4334.31-
YUV179.21108.13101.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=28.92%
G=41.75%
B=29.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051440.3100.300.20121.938.6568.04
Hex8ECD901F01E147a2744
Octal216315220370362417247104
Binary100011101100110110010000111110111101010011110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,205,144); }

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

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

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

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

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

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

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