#A4DC93

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

Shades of Granny Smith Apple #A4DC93

Tints of Granny Smith Apple #A4DC93

Color information

#A4DC93 (or 0xA4DC93) is unknown color: approx Granny Smith Apple. HEX triplet: A4, DC and 93. RGB value is (164,220,147). Sum of RGB (Red+Green+Blue) = 164+220+147=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC93 is #5B236C. Grayscale: #C3C3C3. Windows color (decimal): -5972845 or 9690276. OLE color: 9690276.

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

Color convert

RGB164220147-
CMYK0.2500.330.14
HSL106.03º51.05%71.96%-
HSV(B)106.03º33.18%86.27%-
XYZ46.1761.1936.98-
YUV194.93100.95105.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=30.89%
G=41.43%
B=27.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642201470.2500.330.14106.0351.0571.96
HexA4DC9319021E6a3348
Octal244334223310411615263110
Binary101001001101110010010011110010100001111011010101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DC93; }

 p { color: rgb(164,220,147); }

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

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

 a { background-color: rgb(164,220,147); }

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

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

 span { border-color: rgb(164,220,147); }

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