#8EDA82

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

Shades of Granny Smith Apple #8EDA82

Tints of Granny Smith Apple #8EDA82

Color information

#8EDA82 (or 0x8EDA82) is unknown color: approx Granny Smith Apple. HEX triplet: 8E, DA and 82. RGB value is (142,218,130). Sum of RGB (Red+Green+Blue) = 142+218+130=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDA82 is #71257D. Grayscale: #B9B9B9. Windows color (decimal): -7415166 or 8575630. OLE color: 8575630.

HSL color Cylindrical-coordinate representation of color #8EDA82: hue angle of 111.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDA82 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB142218130-
CMYK0.3500.400.15
HSL111.82º54.32%68.24%-
HSV(B)111.82º40.37%85.49%-
XYZ40.2657.5130.1-
YUV185.2496.8297.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 218 (85.55% from 255) = 44.49%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=28.98%
G=44.49%
B=26.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181300.3500.400.15111.8254.3268.24
Hex8EDA8223028F703644
Octal216332202430501716066104
Binary1000111011011010100000101000110101000111111100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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