#A3DB99

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

Shades of Granny Smith Apple #A3DB99

Tints of Granny Smith Apple #A3DB99

Color information

#A3DB99 (or 0xA3DB99) is unknown color: approx Granny Smith Apple. HEX triplet: A3, DB and 99. RGB value is (163,219,153). Sum of RGB (Red+Green+Blue) = 163+219+153=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DB99 is #5C2466. Grayscale: #C2C2C2. Windows color (decimal): -6038631 or 10083235. OLE color: 10083235.

HSL color Cylindrical-coordinate representation of color #A3DB99: hue angle of 110.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3DB99 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB163219153-
CMYK0.2600.300.14
HSL110.91º47.83%72.94%-
HSV(B)110.91º30.14%85.88%-
XYZ46.1960.7539.43-
YUV194.73104.45105.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.47%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=30.47%
G=40.93%
B=28.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632191530.2600.300.14110.9147.8372.94
HexA3DB991A01EE6f3049
Octal243333231320361615760111
Binary10100011110110111001100111010011110111011011111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DB99; }

 p { color: rgb(163,219,153); }

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

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

 a { background-color: rgb(163,219,153); }

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

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

 span { border-color: rgb(163,219,153); }

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