#8EDC8A

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

Shades of Granny Smith Apple #8EDC8A

Tints of Granny Smith Apple #8EDC8A

Color information

#8EDC8A (or 0x8EDC8A) is unknown color: approx Granny Smith Apple. HEX triplet: 8E, DC and 8A. RGB value is (142,220,138). Sum of RGB (Red+Green+Blue) = 142+220+138=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDC8A is #712375. Grayscale: #BBBBBB. Windows color (decimal): -7414646 or 9100430. OLE color: 9100430.

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

Color convert

RGB142220138-
CMYK0.3500.370.14
HSL117.07º53.95%70.2%-
HSV(B)117.07º37.27%86.27%-
XYZ41.3458.7733.21-
YUV187.33100.1695.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 220 (86.33% from 255) = 44%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=28.4%
G=44%
B=27.6%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201380.3500.370.14117.0753.9570.2
Hex8EDC8A23025E753646
Octal216334212430451616566106
Binary1000111011011100100010101000110100101111011101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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