#8ECA8A

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

Shades of De York #8ECA8A

Tints of De York #8ECA8A

Color information

#8ECA8A (or 0x8ECA8A) is unknown color: approx De York. HEX triplet: 8E, CA and 8A. RGB value is (142,202,138). Sum of RGB (Red+Green+Blue) = 142+202+138=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECA8A is #713575. Grayscale: #B0B0B0. Windows color (decimal): -7419254 or 9095822. OLE color: 9095822.

HSL color Cylindrical-coordinate representation of color #8ECA8A: hue angle of 116.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ECA8A is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB142202138-
CMYK0.3000.320.21
HSL116.25º37.65%66.67%-
HSV(B)116.25º31.68%79.22%-
XYZ36.8649.8331.72-
YUV176.76106.12103.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=29.46%
G=41.91%
B=28.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021380.3000.320.21116.2537.6566.67
Hex8ECA8A1E02015742643
Octal216312212360402516446103
Binary1000111011001010100010101111001000001010111101001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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