#8EC98E

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

Shades of De York #8EC98E

Tints of De York #8EC98E

Color information

#8EC98E (or 0x8EC98E) is unknown color: approx De York. HEX triplet: 8E, C9 and 8E. RGB value is (142,201,142). Sum of RGB (Red+Green+Blue) = 142+201+142=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC98E is #713671. Grayscale: #B0B0B0. Windows color (decimal): -7419506 or 9357710. OLE color: 9357710.

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

Color convert

RGB142201142-
CMYK0.2900.290.21
HSL120º35.33%67.25%-
HSV(B)120º29.35%78.82%-
XYZ36.9249.4833.2-
YUV176.63108.45103.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=29.28%
G=41.44%
B=29.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422011420.2900.290.2112035.3367.25
Hex8EC98E1D01D15782343
Octal216311216350352517043103
Binary100011101100100110001110111010111011010111110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,201,142); }

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

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

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

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

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

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

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