#A5DB9E

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

Shades of Granny Smith Apple #A5DB9E

Tints of Granny Smith Apple #A5DB9E

Color information

#A5DB9E (or 0xA5DB9E) is unknown color: approx Granny Smith Apple. HEX triplet: A5, DB and 9E. RGB value is (165,219,158). Sum of RGB (Red+Green+Blue) = 165+219+158=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DB9E is #5A2461. Grayscale: #C4C4C4. Windows color (decimal): -5907554 or 10410917. OLE color: 10410917.

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

Color convert

RGB165219158-
CMYK0.2500.280.14
HSL113.11º45.86%73.92%-
HSV(B)113.11º27.85%85.88%-
XYZ47.0261.1341.67-
YUV195.9106.61105.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 219 (85.94% from 255) = 40.41%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=30.44%
G=40.41%
B=29.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652191580.2500.280.14113.1145.8673.92
HexA5DB9E1901CE712e4a
Octal245333236310341616156112
Binary10100101110110111001111011001011100111011100011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DB9E; }

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

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

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

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

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

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

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

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