#A5DE9B

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

Shades of Granny Smith Apple #A5DE9B

Tints of Granny Smith Apple #A5DE9B

Color information

#A5DE9B (or 0xA5DE9B) is unknown color: approx Granny Smith Apple. HEX triplet: A5, DE and 9B. RGB value is (165,222,155). Sum of RGB (Red+Green+Blue) = 165+222+155=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DE9B is #5A2164. Grayscale: #C5C5C5. Windows color (decimal): -5906789 or 10215077. OLE color: 10215077.

HSL color Cylindrical-coordinate representation of color #A5DE9B: hue angle of 111.04º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DE9B is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB165222155-
CMYK0.2600.300.13
HSL111.04º50.38%73.92%-
HSV(B)111.04º30.18%87.06%-
XYZ47.5562.6140.59-
YUV197.32104.12104.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=30.44%
G=40.96%
B=28.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652221550.2600.300.13111.0450.3873.92
HexA5DE9B1A01ED6f324a
Octal245336233320361515762112
Binary10100101110111101001101111010011110110111011111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DE9B; }

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

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

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

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

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

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

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

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