#a0da9e

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

Shades of Granny Smith Apple #A0DA9E

Tints of Granny Smith Apple #A0DA9E

Color information

#A0DA9E (or 0xA0DA9E) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DA and 9E. RGB value is (160,218,158). Sum of RGB (Red+Green+Blue) = 160+218+158=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA9E is #5F2561. Grayscale: #C2C2C2. Windows color (decimal): -6235490 or 10410656. OLE color: 10410656.

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

Color convert

RGB160218158-
CMYK0.2700.280.15
HSL118º44.78%73.73%-
HSV(B)118º27.52%85.49%-
XYZ45.7460.0941.53-
YUV193.82107.78103.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=29.85%
G=40.67%
B=29.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602181580.2700.280.1511844.7873.73
HexA0DA9E1B01CF762d4a
Octal240332236330341716655112
Binary10100000110110101001111011011011100111111101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0da9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0da9e; }

 p { color: rgb(160,218,158); }

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

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

 a { background-color: rgb(160,218,158); }

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

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

 span { border-color: rgb(160,218,158); }

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