#A5DD99

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

Shades of Granny Smith Apple #A5DD99

Tints of Granny Smith Apple #A5DD99

Color information

#A5DD99 (or 0xA5DD99) is unknown color: approx Granny Smith Apple. HEX triplet: A5, DD and 99. RGB value is (165,221,153). Sum of RGB (Red+Green+Blue) = 165+221+153=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DD99 is #5A2266. Grayscale: #C4C4C4. Windows color (decimal): -5907047 or 10083749. OLE color: 10083749.

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

Color convert

RGB165221153-
CMYK0.2500.310.13
HSL109.41º50%73.33%-
HSV(B)109.41º30.77%86.67%-
XYZ47.1262.0139.62-
YUV196.5103.45105.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=30.61%
G=41.00%
B=28.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652211530.2500.310.13109.415073.33
HexA5DD991901FD6d3249
Octal245335231310371515562111
Binary10100101110111011001100111001011111110111011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DD99; }

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

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

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

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

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

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

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

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