#A5DC9D

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

Shades of Granny Smith Apple #A5DC9D

Tints of Granny Smith Apple #A5DC9D

Color information

#A5DC9D (or 0xA5DC9D) is unknown color: approx Granny Smith Apple. HEX triplet: A5, DC and 9D. RGB value is (165,220,157). Sum of RGB (Red+Green+Blue) = 165+220+157=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DC9D is #5A2362. Grayscale: #C4C4C4. Windows color (decimal): -5907299 or 10345637. OLE color: 10345637.

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

Color convert

RGB165220157-
CMYK0.2500.290.14
HSL112.38º47.37%73.92%-
HSV(B)112.38º28.64%86.27%-
XYZ47.261.6241.3-
YUV196.37105.78105.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=30.44%
G=40.59%
B=28.97%

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
Decimal1652201570.2500.290.14112.3847.3773.92
HexA5DC9D1901DE702f4a
Octal245334235310351616057112
Binary10100101110111001001110111001011101111011100001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DC9D; }

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

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

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

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

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

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

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

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