#A0DCA0

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

Shades of Granny Smith Apple #A0DCA0

Tints of Granny Smith Apple #A0DCA0

Color information

#A0DCA0 (or 0xA0DCA0) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DC and A0. RGB value is (160,220,160). Sum of RGB (Red+Green+Blue) = 160+220+160=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DCA0 is #5F235F. Grayscale: #C3C3C3. Windows color (decimal): -6234976 or 10542240. OLE color: 10542240.

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

Color convert

RGB160220160-
CMYK0.2700.270.14
HSL120º46.15%74.51%-
HSV(B)120º27.27%86.27%-
XYZ46.4461.242.62-
YUV195.22108.12102.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=29.63%
G=40.74%
B=29.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201600.2700.270.1412046.1574.51
HexA0DCA01B01BE782e4b
Octal240334240330331617056113
Binary10100000110111001010000011011011011111011110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCA0; }

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

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

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

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

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

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

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

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