#A3DF96

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

Shades of Granny Smith Apple #A3DF96

Tints of Granny Smith Apple #A3DF96

Color information

#A3DF96 (or 0xA3DF96) is unknown color: approx Granny Smith Apple. HEX triplet: A3, DF and 96. RGB value is (163,223,150). Sum of RGB (Red+Green+Blue) = 163+223+150=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DF96 is #5C2069. Grayscale: #C4C4C4. Windows color (decimal): -6037610 or 9887651. OLE color: 9887651.

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

Color convert

RGB163223150-
CMYK0.2700.330.13
HSL109.32º53.28%73.14%-
HSV(B)109.32º32.74%87.45%-
XYZ4762.7638.49-
YUV196.74101.62103.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 223 (87.5% from 255) = 41.60%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=30.41%
G=41.60%
B=27.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231500.2700.330.13109.3253.2873.14
HexA3DF961B021D6d3549
Octal243337226330411515565111
Binary101000111101111110010110110110100001110111011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DF96; }

 p { color: rgb(163,223,150); }

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

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

 a { background-color: rgb(163,223,150); }

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

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

 span { border-color: rgb(163,223,150); }

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