#A0D89F

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

Shades of Granny Smith Apple #A0D89F

Tints of Granny Smith Apple #A0D89F

Color information

#A0D89F (or 0xA0D89F) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D8 and 9F. RGB value is (160,216,159). Sum of RGB (Red+Green+Blue) = 160+216+159=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D89F is #5F2760. Grayscale: #C0C0C0. Windows color (decimal): -6236001 or 10475680. OLE color: 10475680.

HSL color Cylindrical-coordinate representation of color #A0D89F: hue angle of 118.95º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D89F is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB160216159-
CMYK0.2600.260.15
HSL118.95º42.22%73.53%-
HSV(B)118.95º26.39%84.71%-
XYZ45.3159.0941.82-
YUV192.76108.95104.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=29.91%
G=40.37%
B=29.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602161590.2600.260.15118.9542.2273.53
HexA0D89F1A01AF772a4a
Octal240330237320321716752112
Binary10100000110110001001111111010011010111111101111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D89F; }

 p { color: rgb(160,216,159); }

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

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

 a { background-color: rgb(160,216,159); }

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

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

 span { border-color: rgb(160,216,159); }

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