#A0D49C

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

Shades of Granny Smith Apple #A0D49C

Tints of Granny Smith Apple #A0D49C

Color information

#A0D49C (or 0xA0D49C) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D4 and 9C. RGB value is (160,212,156). Sum of RGB (Red+Green+Blue) = 160+212+156=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D49C is #5F2B63. Grayscale: #BEBEBE. Windows color (decimal): -6237028 or 10278048. OLE color: 10278048.

HSL color Cylindrical-coordinate representation of color #A0D49C: hue angle of 115.71º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D49C is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB160212156-
CMYK0.2500.260.17
HSL115.71º39.44%72.16%-
HSV(B)115.71º26.42%83.14%-
XYZ44.0456.9640.13-
YUV190.07108.77106.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=30.30%
G=40.15%
B=29.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602121560.2500.260.17115.7139.4472.16
HexA0D49C1901A11742748
Octal240324234310322116447110
Binary101000001101010010011100110010110101000111101001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D49C; }

 p { color: rgb(160,212,156); }

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

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

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

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

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

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

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