#8ECA8F

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

Shades of De York #8ECA8F

Tints of De York #8ECA8F

Color information

#8ECA8F (or 0x8ECA8F) is unknown color: approx De York. HEX triplet: 8E, CA and 8F. RGB value is (142,202,143). Sum of RGB (Red+Green+Blue) = 142+202+143=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECA8F is #713570. Grayscale: #B1B1B1. Windows color (decimal): -7419249 or 9423502. OLE color: 9423502.

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

Color convert

RGB142202143-
CMYK0.3000.290.21
HSL121º36.14%67.45%-
HSV(B)121º29.7%79.22%-
XYZ37.2349.9833.67-
YUV177.33108.62102.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 143 (56.25% from 255) = 29.36%
R=29.16%
G=41.48%
B=29.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021430.3000.290.2112136.1467.45
Hex8ECA8F1E01D15792443
Octal216312217360352517144103
Binary100011101100101010001111111100111011010111110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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