#A5DD93

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

Shades of Granny Smith Apple #A5DD93

Tints of Granny Smith Apple #A5DD93

Color information

#A5DD93 (or 0xA5DD93) is unknown color: approx Granny Smith Apple. HEX triplet: A5, DD and 93. RGB value is (165,221,147). Sum of RGB (Red+Green+Blue) = 165+221+147=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DD93 is #5A226C. Grayscale: #C4C4C4. Windows color (decimal): -5907053 or 9690533. OLE color: 9690533.

HSL color Cylindrical-coordinate representation of color #A5DD93: hue angle of 105.41º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5DD93 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB165221147-
CMYK0.2500.330.13
HSL105.41º52.11%72.16%-
HSV(B)105.41º33.48%86.67%-
XYZ46.6461.8237.08-
YUV195.82100.45106.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=30.96%
G=41.46%
B=27.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652211470.2500.330.13105.4152.1172.16
HexA5DD9319021D693448
Octal245335223310411515164110
Binary101001011101110110010011110010100001110111010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DD93; }

 p { color: rgb(165,221,147); }

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

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

 a { background-color: rgb(165,221,147); }

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

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

 span { border-color: rgb(165,221,147); }

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