#A5DA9D

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

Shades of Granny Smith Apple #A5DA9D

Tints of Granny Smith Apple #A5DA9D

Color information

#A5DA9D (or 0xA5DA9D) is unknown color: approx Granny Smith Apple. HEX triplet: A5, DA and 9D. RGB value is (165,218,157). Sum of RGB (Red+Green+Blue) = 165+218+157=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DA9D is #5A2562. Grayscale: #C3C3C3. Windows color (decimal): -5907811 or 10345125. OLE color: 10345125.

HSL color Cylindrical-coordinate representation of color #A5DA9D: hue angle of 112.13º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5DA9D is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB165218157-
CMYK0.2400.280.15
HSL112.13º45.19%73.53%-
HSV(B)112.13º27.98%85.49%-
XYZ46.6760.5841.13-
YUV195.2106.44106.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=30.56%
G=40.37%
B=29.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181570.2400.280.15112.1345.1973.53
HexA5DA9D1801CF702d4a
Octal245332235300341716055112
Binary10100101110110101001110111000011100111111100001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DA9D; }

 p { color: rgb(165,218,157); }

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

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

 a { background-color: rgb(165,218,157); }

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

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

 span { border-color: rgb(165,218,157); }

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