#A0E88B

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

Shades of Granny Smith Apple #A0E88B

Tints of Granny Smith Apple #A0E88B

Color information

#A0E88B (or 0xA0E88B) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E8 and 8B. RGB value is (160,232,139). Sum of RGB (Red+Green+Blue) = 160+232+139=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E88B is #5F1774. Grayscale: #C8C8C8. Windows color (decimal): -6231925 or 9169056. OLE color: 9169056.

HSL color Cylindrical-coordinate representation of color #A0E88B: hue angle of 106.45º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0E88B is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB160232139-
CMYK0.3100.400.09
HSL106.45º66.91%72.75%-
HSV(B)106.45º40.09%90.98%-
XYZ48.0167.0534.84-
YUV199.8793.6599.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 232 (91.02% from 255) = 43.69%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=30.13%
G=43.69%
B=26.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602321390.3100.400.09106.4566.9172.75
HexA0E88B1F02896a4349
Octal2403502133705011152103111
Binary1010000011101000100010111111101010001001110101010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E88B; }

 p { color: rgb(160,232,139); }

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

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

 a { background-color: rgb(160,232,139); }

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

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

 span { border-color: rgb(160,232,139); }

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