#A0EA89

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

Shades of Granny Smith Apple #A0EA89

Tints of Granny Smith Apple #A0EA89

Color information

#A0EA89 (or 0xA0EA89) is unknown color: approx Granny Smith Apple. HEX triplet: A0, EA and 89. RGB value is (160,234,137). Sum of RGB (Red+Green+Blue) = 160+234+137=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EA89 is #5F1576. Grayscale: #C9C9C9. Windows color (decimal): -6231415 or 9038496. OLE color: 9038496.

HSL color Cylindrical-coordinate representation of color #A0EA89: hue angle of 105.77º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0EA89 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB160234137-
CMYK0.3200.410.08
HSL105.77º69.78%72.75%-
HSV(B)105.77º41.45%91.76%-
XYZ48.4468.1334.26-
YUV200.8291.9898.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 234 (91.80% from 255) = 44.07%
BLUE value IS 137 (53.91% from 255) = 25.80%
R=30.13%
G=44.07%
B=25.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602341370.3200.410.08105.7769.7872.75
HexA0EA892002986a4649
Octal2403522114005110152106111
Binary10100000111010101000100110000001010011000110101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA89; }

 p { color: rgb(160,234,137); }

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

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

 a { background-color: rgb(160,234,137); }

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

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

 span { border-color: rgb(160,234,137); }

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