#A1D99D

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

Shades of Granny Smith Apple #A1D99D

Tints of Granny Smith Apple #A1D99D

Color information

#A1D99D (or 0xA1D99D) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D9 and 9D. RGB value is (161,217,157). Sum of RGB (Red+Green+Blue) = 161+217+157=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D99D is #5E2662. Grayscale: #C1C1C1. Windows color (decimal): -6170211 or 10344865. OLE color: 10344865.

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

Color convert

RGB161217157-
CMYK0.2600.280.15
HSL116º44.12%73.33%-
HSV(B)116º27.65%85.1%-
XYZ45.659.6441.01-
YUV193.42107.45104.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=30.09%
G=40.56%
B=29.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171570.2600.280.1511644.1273.33
HexA1D99D1A01CF742c49
Octal241331235320341716454111
Binary10100001110110011001110111010011100111111101001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D99D; }

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

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

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

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

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

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

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

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