#A4DB96

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

Shades of Granny Smith Apple #A4DB96

Tints of Granny Smith Apple #A4DB96

Color information

#A4DB96 (or 0xA4DB96) is unknown color: approx Granny Smith Apple. HEX triplet: A4, DB and 96. RGB value is (164,219,150). Sum of RGB (Red+Green+Blue) = 164+219+150=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB96 is #5B2469. Grayscale: #C2C2C2. Windows color (decimal): -5973098 or 9886628. OLE color: 9886628.

HSL color Cylindrical-coordinate representation of color #A4DB96: hue angle of 107.83º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4DB96 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB164219150-
CMYK0.2500.320.14
HSL107.83º48.94%72.35%-
HSV(B)107.83º31.51%85.88%-
XYZ46.1560.7638.15-
YUV194.69102.78106.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=30.77%
G=41.09%
B=28.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191500.2500.320.14107.8348.9472.35
HexA4DB9619020E6c3148
Octal244333226310401615461110
Binary101001001101101110010110110010100000111011011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB96; }

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

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

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

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

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

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

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

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