#A0DB9E

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

Shades of Granny Smith Apple #A0DB9E

Tints of Granny Smith Apple #A0DB9E

Color information

#A0DB9E (or 0xA0DB9E) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DB and 9E. RGB value is (160,219,158). Sum of RGB (Red+Green+Blue) = 160+219+158=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB9E is #5F2461. Grayscale: #C2C2C2. Windows color (decimal): -6235234 or 10410912. OLE color: 10410912.

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

Color convert

RGB160219158-
CMYK0.2700.280.14
HSL118.03º45.86%73.92%-
HSV(B)118.03º27.85%85.88%-
XYZ4660.6141.62-
YUV194.4107.45103.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=29.80%
G=40.78%
B=29.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602191580.2700.280.14118.0345.8673.92
HexA0DB9E1B01CE762e4a
Octal240333236330341616656112
Binary10100000110110111001111011011011100111011101101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DB9E; }

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

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

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

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

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

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

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

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