#A4D1A0

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

Shades of Granny Smith Apple #A4D1A0

Tints of Granny Smith Apple #A4D1A0

Color information

#A4D1A0 (or 0xA4D1A0) is unknown color: approx Granny Smith Apple. HEX triplet: A4, D1 and A0. RGB value is (164,209,160). Sum of RGB (Red+Green+Blue) = 164+209+160=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D1A0 is #5B2E5F. Grayscale: #BEBEBE. Windows color (decimal): -5975648 or 10539428. OLE color: 10539428.

HSL color Cylindrical-coordinate representation of color #A4D1A0: hue angle of 115.1º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D1A0 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB164209160-
CMYK0.2200.230.18
HSL115.1º34.75%72.35%-
HSV(B)115.1º23.44%81.96%-
XYZ44.4656.0341.73-
YUV189.96111.09109.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=30.77%
G=39.21%
B=30.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642091600.2200.230.18115.134.7572.35
HexA4D1A01601712732348
Octal244321240260272216343110
Binary101001001101000110100000101100101111001011100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D1A0; }

 p { color: rgb(164,209,160); }

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

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

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

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

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

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

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