#A4DB99

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

Shades of Granny Smith Apple #A4DB99

Tints of Granny Smith Apple #A4DB99

Color information

#A4DB99 (or 0xA4DB99) is unknown color: approx Granny Smith Apple. HEX triplet: A4, DB and 99. RGB value is (164,219,153). Sum of RGB (Red+Green+Blue) = 164+219+153=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB99 is #5B2466. Grayscale: #C3C3C3. Windows color (decimal): -5973095 or 10083236. OLE color: 10083236.

HSL color Cylindrical-coordinate representation of color #A4DB99: hue angle of 110º 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 #A4DB99 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB164219153-
CMYK0.2500.300.14
HSL110º47.83%72.94%-
HSV(B)110º30.14%85.88%-
XYZ46.3960.8639.44-
YUV195.03104.28105.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=30.60%
G=40.86%
B=28.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191530.2500.300.1411047.8372.94
HexA4DB991901EE6e3049
Octal244333231310361615660111
Binary10100100110110111001100111001011110111011011101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB99; }

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

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

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

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

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

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

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

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