#8EDC88

Color #8EDC88 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #8EDC88

Tints of Granny Smith Apple #8EDC88

Color information

#8EDC88 (or 0x8EDC88) is unknown color: approx Granny Smith Apple. HEX triplet: 8E, DC and 88. RGB value is (142,220,136). Sum of RGB (Red+Green+Blue) = 142+220+136=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDC88 is #712377. Grayscale: #BBBBBB. Windows color (decimal): -7414648 or 8969358. OLE color: 8969358.

HSL color Cylindrical-coordinate representation of color #8EDC88: hue angle of 115.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EDC88 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB142220136-
CMYK0.3500.380.14
HSL115.71º54.55%69.8%-
HSV(B)115.71º38.18%86.27%-
XYZ41.1958.7132.45-
YUV187.199.1695.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 220 (86.33% from 255) = 44.18%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=28.51%
G=44.18%
B=27.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201360.3500.380.14115.7154.5569.8
Hex8EDC8823026E743746
Octal216334210430461616467106
Binary1000111011011100100010001000110100110111011101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,136); }

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

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

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

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

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

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

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