#A9D8A0

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

Shades of Granny Smith Apple #A9D8A0

Tints of Granny Smith Apple #A9D8A0

Color information

#A9D8A0 (or 0xA9D8A0) is unknown color: approx Granny Smith Apple. HEX triplet: A9, D8 and A0. RGB value is (169,216,160). Sum of RGB (Red+Green+Blue) = 169+216+160=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D8A0 is #56275F. Grayscale: #C3C3C3. Windows color (decimal): -5646176 or 10541225. OLE color: 10541225.

HSL color Cylindrical-coordinate representation of color #A9D8A0: hue angle of 110.36º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9D8A0 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB169216160-
CMYK0.2200.260.15
HSL110.36º41.79%73.73%-
HSV(B)110.36º25.93%84.71%-
XYZ47.2660.0842.36-
YUV195.56107.93109.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=31.01%
G=39.63%
B=29.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692161600.2200.260.15110.3641.7973.73
HexA9D8A01601AF6e2a4a
Octal251330240260321715652112
Binary10101001110110001010000010110011010111111011101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D8A0; }

 p { color: rgb(169,216,160); }

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

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

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

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

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

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

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