#A4D49C

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

Shades of Granny Smith Apple #A4D49C

Tints of Granny Smith Apple #A4D49C

Color information

#A4D49C (or 0xA4D49C) is unknown color: approx Granny Smith Apple. HEX triplet: A4, D4 and 9C. RGB value is (164,212,156). Sum of RGB (Red+Green+Blue) = 164+212+156=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D49C is #5B2B63. Grayscale: #BFBFBF. Windows color (decimal): -5974884 or 10278052. OLE color: 10278052.

HSL color Cylindrical-coordinate representation of color #A4D49C: hue angle of 111.43º 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 #A4D49C is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB164212156-
CMYK0.2300.260.17
HSL111.43º39.44%72.16%-
HSV(B)111.43º26.42%83.14%-
XYZ44.8557.3840.16-
YUV191.26108.1108.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.83%
GREEN value IS 212 (83.20% from 255) = 39.85%
BLUE value IS 156 (61.33% from 255) = 29.32%
R=30.83%
G=39.85%
B=29.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642121560.2300.260.17111.4339.4472.16
HexA4D49C1701A116f2748
Octal244324234270322115747110
Binary101001001101010010011100101110110101000111011111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D49C; }

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

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

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

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

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

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

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

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