#8ece98

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

Shades of De York #8ECE98

Tints of De York #8ECE98

Color information

#8ECE98 (or 0x8ECE98) is unknown color: approx De York. HEX triplet: 8E, CE and 98. RGB value is (142,206,152). Sum of RGB (Red+Green+Blue) = 142+206+152=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE98 is #713167. Grayscale: #B4B4B4. Windows color (decimal): -7418216 or 10014350. OLE color: 10014350.

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

Color convert

RGB142206152-
CMYK0.3100.260.19
HSL129.38º39.51%68.24%-
HSV(B)129.38º31.07%80.78%-
XYZ38.8952.1637.72-
YUV180.71111.8100.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=28.4%
G=41.2%
B=30.4%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061520.3100.260.19129.3839.5168.24
Hex8ECE981F01A13812844
Octal216316230370322320150104
Binary1000111011001110100110001111101101010011100000011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ece98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,206,152); }

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

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

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

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

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

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

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