#8ED68A

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

Shades of De York #8ED68A

Tints of De York #8ED68A

Color information

#8ED68A (or 0x8ED68A) is unknown color: approx De York. HEX triplet: 8E, D6 and 8A. RGB value is (142,214,138). Sum of RGB (Red+Green+Blue) = 142+214+138=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED68A is #712975. Grayscale: #B8B8B8. Windows color (decimal): -7416182 or 9098894. OLE color: 9098894.

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

Color convert

RGB142214138-
CMYK0.3400.360.16
HSL116.84º48.1%69.02%-
HSV(B)116.84º35.51%83.92%-
XYZ39.7955.6832.69-
YUV183.81102.1598.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=28.74%
G=43.32%
B=27.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422141380.3400.360.16116.8448.169.02
Hex8ED68A2202410753045
Octal216326212420442016560105
Binary10001110110101101000101010001001001001000011101011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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