#A5DB9B

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

Shades of Granny Smith Apple #A5DB9B

Tints of Granny Smith Apple #A5DB9B

Color information

#A5DB9B (or 0xA5DB9B) is unknown color: approx Granny Smith Apple. HEX triplet: A5, DB and 9B. RGB value is (165,219,155). Sum of RGB (Red+Green+Blue) = 165+219+155=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DB9B is #5A2464. Grayscale: #C3C3C3. Windows color (decimal): -5907557 or 10214309. OLE color: 10214309.

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

Color convert

RGB165219155-
CMYK0.2500.290.14
HSL110.62º47.06%73.33%-
HSV(B)110.62º29.22%85.88%-
XYZ46.7661.0340.33-
YUV195.56105.11106.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 219 (85.94% from 255) = 40.63%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=30.61%
G=40.63%
B=28.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652191550.2500.290.14110.6247.0673.33
HexA5DB9B1901DE6f2f49
Octal245333233310351615757111
Binary10100101110110111001101111001011101111011011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DB9B; }

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

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

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

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

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

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

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

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