#8EDB82

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

Shades of Granny Smith Apple #8EDB82

Tints of Granny Smith Apple #8EDB82

Color information

#8EDB82 (or 0x8EDB82) is unknown color: approx Granny Smith Apple. HEX triplet: 8E, DB and 82. RGB value is (142,219,130). Sum of RGB (Red+Green+Blue) = 142+219+130=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDB82 is #71247D. Grayscale: #BABABA. Windows color (decimal): -7414910 or 8575886. OLE color: 8575886.

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

Color convert

RGB142219130-
CMYK0.3500.410.14
HSL111.91º55.28%68.43%-
HSV(B)111.91º40.64%85.88%-
XYZ40.5258.0330.18-
YUV185.8396.4996.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=28.92%
G=44.60%
B=26.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191300.3500.410.14111.9155.2868.43
Hex8EDB8223029E703744
Octal216333202430511616067104
Binary1000111011011011100000101000110101001111011100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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