#A1DD9D

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

Shades of Granny Smith Apple #A1DD9D

Tints of Granny Smith Apple #A1DD9D

Color information

#A1DD9D (or 0xA1DD9D) is unknown color: approx Granny Smith Apple. HEX triplet: A1, DD and 9D. RGB value is (161,221,157). Sum of RGB (Red+Green+Blue) = 161+221+157=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD9D is #5E2262. Grayscale: #C3C3C3. Windows color (decimal): -6169187 or 10345889. OLE color: 10345889.

HSL color Cylindrical-coordinate representation of color #A1DD9D: hue angle of 116.25º 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 #A1DD9D is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB161221157-
CMYK0.2700.290.13
HSL116.25º48.48%74.12%-
HSV(B)116.25º28.96%86.67%-
XYZ46.6461.7241.35-
YUV195.76106.12103.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=29.87%
G=41.00%
B=29.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211570.2700.290.13116.2548.4874.12
HexA1DD9D1B01DD74304a
Octal241335235330351516460112
Binary10100001110111011001110111011011101110111101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD9D; }

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

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

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

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

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

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

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

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