#8EDA86

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

Shades of Granny Smith Apple #8EDA86

Tints of Granny Smith Apple #8EDA86

Color information

#8EDA86 (or 0x8EDA86) is unknown color: approx Granny Smith Apple. HEX triplet: 8E, DA and 86. RGB value is (142,218,134). Sum of RGB (Red+Green+Blue) = 142+218+134=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDA86 is #712579. Grayscale: #B9B9B9. Windows color (decimal): -7415162 or 8837774. OLE color: 8837774.

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

Color convert

RGB142218134-
CMYK0.3500.390.15
HSL114.29º53.16%69.02%-
HSV(B)114.29º38.53%85.49%-
XYZ40.5357.6131.54-
YUV185.798.8296.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=28.74%
G=44.13%
B=27.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181340.3500.390.15114.2953.1669.02
Hex8EDA8623027F723545
Octal216332206430471716265105
Binary1000111011011010100001101000110100111111111100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,218,134); }

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

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

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

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

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

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

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