#A5DB99

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

Shades of Granny Smith Apple #A5DB99

Tints of Granny Smith Apple #A5DB99

Color information

#A5DB99 (or 0xA5DB99) is unknown color: approx Granny Smith Apple. HEX triplet: A5, DB and 99. RGB value is (165,219,153). Sum of RGB (Red+Green+Blue) = 165+219+153=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DB99 is #5A2466. Grayscale: #C3C3C3. Windows color (decimal): -5907559 or 10083237. OLE color: 10083237.

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

Color convert

RGB165219153-
CMYK0.2500.300.14
HSL109.09º47.83%72.94%-
HSV(B)109.09º30.14%85.88%-
XYZ46.660.9639.45-
YUV195.33104.11106.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=30.73%
G=40.78%
B=28.49%

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
Decimal1652191530.2500.300.14109.0947.8372.94
HexA5DB991901EE6d3049
Octal245333231310361615560111
Binary10100101110110111001100111001011110111011011011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DB99; }

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

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

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

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

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

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

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

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