#A0DC9F

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

Shades of Granny Smith Apple #A0DC9F

Tints of Granny Smith Apple #A0DC9F

Color information

#A0DC9F (or 0xA0DC9F) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DC and 9F. RGB value is (160,220,159). Sum of RGB (Red+Green+Blue) = 160+220+159=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC9F is #5F2360. Grayscale: #C3C3C3. Windows color (decimal): -6234977 or 10476704. OLE color: 10476704.

HSL color Cylindrical-coordinate representation of color #A0DC9F: hue angle of 119.02º degrees, saturation: 0.47, 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 #A0DC9F is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB160220159-
CMYK0.2700.280.14
HSL119.02º46.56%74.31%-
HSV(B)119.02º27.73%86.27%-
XYZ46.3561.1642.16-
YUV195.11107.62102.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=29.68%
G=40.82%
B=29.50%

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
Decimal1602201590.2700.280.14119.0246.5674.31
HexA0DC9F1B01CE772f4a
Octal240334237330341616757112
Binary10100000110111001001111111011011100111011101111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC9F; }

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

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

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

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

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

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

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

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