#8ECF8A

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

Shades of De York #8ECF8A

Tints of De York #8ECF8A

Color information

#8ECF8A (or 0x8ECF8A) is unknown color: approx De York. HEX triplet: 8E, CF and 8A. RGB value is (142,207,138). Sum of RGB (Red+Green+Blue) = 142+207+138=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF8A is #713075. Grayscale: #B3B3B3. Windows color (decimal): -7417974 or 9097102. OLE color: 9097102.

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

Color convert

RGB142207138-
CMYK0.3100.330.19
HSL116.52º41.82%67.65%-
HSV(B)116.52º33.33%81.18%-
XYZ38.0652.2132.12-
YUV179.7104.47101.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=29.16%
G=42.51%
B=28.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422071380.3100.330.19116.5241.8267.65
Hex8ECF8A1F02113752a44
Octal216317212370412316552104
Binary1000111011001111100010101111101000011001111101011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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