#A1DD8E

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

Shades of Granny Smith Apple #A1DD8E

Tints of Granny Smith Apple #A1DD8E

Color information

#A1DD8E (or 0xA1DD8E) is unknown color: approx Granny Smith Apple. HEX triplet: A1, DD and 8E. RGB value is (161,221,142). Sum of RGB (Red+Green+Blue) = 161+221+142=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD8E is #5E2271. Grayscale: #C2C2C2. Windows color (decimal): -6169202 or 9362849. OLE color: 9362849.

HSL color Cylindrical-coordinate representation of color #A1DD8E: hue angle of 105.57º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DD8E is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB161221142-
CMYK0.2700.360.13
HSL105.57º53.74%71.18%-
HSV(B)105.57º35.75%86.67%-
XYZ45.4461.2435.02-
YUV194.0598.62104.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=30.73%
G=42.18%
B=27.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211420.2700.360.13105.5753.7471.18
HexA1DD8E1B024D6a3647
Octal241335216330441515266107
Binary101000011101110110001110110110100100110111010101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD8E; }

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

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

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

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

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

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

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

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