#A1D596

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

Shades of Granny Smith Apple #A1D596

Tints of Granny Smith Apple #A1D596

Color information

#A1D596 (or 0xA1D596) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D5 and 96. RGB value is (161,213,150). Sum of RGB (Red+Green+Blue) = 161+213+150=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D596 is #5E2A69. Grayscale: #BEBEBE. Windows color (decimal): -6171242 or 9885089. OLE color: 9885089.

HSL color Cylindrical-coordinate representation of color #A1D596: hue angle of 109.52º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1D596 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB161213150-
CMYK0.2400.300.16
HSL109.52º42.86%71.18%-
HSV(B)109.52º29.58%83.53%-
XYZ4457.3737.61-
YUV190.27105.27107.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=30.73%
G=40.65%
B=28.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131500.2400.300.16109.5242.8671.18
HexA1D5961801E106e2b47
Octal241325226300362015653107
Binary101000011101010110010110110000111101000011011101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D596; }

 p { color: rgb(161,213,150); }

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

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

 a { background-color: rgb(161,213,150); }

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

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

 span { border-color: rgb(161,213,150); }

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