#A1D4A0

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

Shades of Granny Smith Apple #A1D4A0

Tints of Granny Smith Apple #A1D4A0

Color information

#A1D4A0 (or 0xA1D4A0) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D4 and A0. RGB value is (161,212,160). Sum of RGB (Red+Green+Blue) = 161+212+160=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D4A0 is #5E2B5F. Grayscale: #BEBEBE. Windows color (decimal): -6171488 or 10540193. OLE color: 10540193.

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

Color convert

RGB161212160-
CMYK0.2400.250.17
HSL118.85º37.68%72.94%-
HSV(B)118.85º24.53%83.14%-
XYZ44.5957.241.95-
YUV190.82110.6106.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.21%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=30.21%
G=39.77%
B=30.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121600.2400.250.17118.8537.6872.94
HexA1D4A01801911772649
Octal241324240300312116746111
Binary101000011101010010100000110000110011000111101111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4A0; }

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

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

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

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

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

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

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

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