#8ED88A

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

Shades of De York #8ED88A

Tints of De York #8ED88A

Color information

#8ED88A (or 0x8ED88A) is unknown color: approx De York. HEX triplet: 8E, D8 and 8A. RGB value is (142,216,138). Sum of RGB (Red+Green+Blue) = 142+216+138=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED88A is #712775. Grayscale: #B9B9B9. Windows color (decimal): -7415670 or 9099406. OLE color: 9099406.

HSL color Cylindrical-coordinate representation of color #8ED88A: hue angle of 116.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ED88A is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB142216138-
CMYK0.3400.360.15
HSL116.92º50%69.41%-
HSV(B)116.92º36.11%84.71%-
XYZ40.356.732.86-
YUV184.98101.4897.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 216 (84.77% from 255) = 43.55%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=28.63%
G=43.55%
B=27.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422161380.3400.360.15116.925069.41
Hex8ED88A22024F753245
Octal216330212420441716562105
Binary1000111011011000100010101000100100100111111101011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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