#A0DD9D

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

Shades of Granny Smith Apple #A0DD9D

Tints of Granny Smith Apple #A0DD9D

Color information

#A0DD9D (or 0xA0DD9D) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DD and 9D. RGB value is (160,221,157). Sum of RGB (Red+Green+Blue) = 160+221+157=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD9D is #5F2262. Grayscale: #C3C3C3. Windows color (decimal): -6234723 or 10345888. OLE color: 10345888.

HSL color Cylindrical-coordinate representation of color #A0DD9D: hue angle of 117.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DD9D is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB160221157-
CMYK0.2800.290.13
HSL117.19º48.48%74.12%-
HSV(B)117.19º28.96%86.67%-
XYZ46.4461.6241.34-
YUV195.46106.29102.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=29.74%
G=41.08%
B=29.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602211570.2800.290.13117.1948.4874.12
HexA0DD9D1C01DD75304a
Octal240335235340351516560112
Binary10100000110111011001110111100011101110111101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DD9D; }

 p { color: rgb(160,221,157); }

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

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

 a { background-color: rgb(160,221,157); }

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

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

 span { border-color: rgb(160,221,157); }

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