#8EDA85

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

Shades of Granny Smith Apple #8EDA85

Tints of Granny Smith Apple #8EDA85

Color information

#8EDA85 (or 0x8EDA85) is unknown color: approx Granny Smith Apple. HEX triplet: 8E, DA and 85. RGB value is (142,218,133). Sum of RGB (Red+Green+Blue) = 142+218+133=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDA85 is #71257A. Grayscale: #B9B9B9. Windows color (decimal): -7415163 or 8772238. OLE color: 8772238.

HSL color Cylindrical-coordinate representation of color #8EDA85: hue angle of 113.65º 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 #8EDA85 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB142218133-
CMYK0.3500.390.15
HSL113.65º53.46%68.82%-
HSV(B)113.65º38.99%85.49%-
XYZ40.4657.5931.17-
YUV185.5998.3296.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=28.80%
G=44.22%
B=26.98%

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
Decimal1422181330.3500.390.15113.6553.4668.82
Hex8EDA8523027F723545
Octal216332205430471716265105
Binary1000111011011010100001011000110100111111111100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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