#8EC88C

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

Shades of De York #8EC88C

Tints of De York #8EC88C

Color information

#8EC88C (or 0x8EC88C) is unknown color: approx De York. HEX triplet: 8E, C8 and 8C. RGB value is (142,200,140). Sum of RGB (Red+Green+Blue) = 142+200+140=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC88C is #713773. Grayscale: #B0B0B0. Windows color (decimal): -7419764 or 9226382. OLE color: 9226382.

HSL color Cylindrical-coordinate representation of color #8EC88C: hue angle of 118º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC88C is Cyan = 0.29, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB142200140-
CMYK0.2900.30.22
HSL118º35.29%66.67%-
HSV(B)118º30%78.43%-
XYZ36.5448.9532.33-
YUV175.82107.78103.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=29.46%
G=41.49%
B=29.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1422001400.2900.30.2211835.2966.67
Hex8EC88C1D01E16762343
Octal216310214350362616643103
Binary100011101100100010001100111010111101011011101101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,200,140); }

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

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

 a { background-color: rgb(142,200,140); }

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

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

 span { border-color: rgb(142,200,140); }

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