#A4DF8E

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

Shades of Granny Smith Apple #A4DF8E

Tints of Granny Smith Apple #A4DF8E

Color information

#A4DF8E (or 0xA4DF8E) is unknown color: approx Granny Smith Apple. HEX triplet: A4, DF and 8E. RGB value is (164,223,142). Sum of RGB (Red+Green+Blue) = 164+223+142=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DF8E is #5B2071. Grayscale: #C4C4C4. Windows color (decimal): -5972082 or 9363364. OLE color: 9363364.

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

Color convert

RGB164223142-
CMYK0.2600.360.13
HSL103.7º55.86%71.57%-
HSV(B)103.7º36.32%87.45%-
XYZ46.5862.6235.22-
YUV196.1297.45105.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=31.00%
G=42.16%
B=26.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231420.2600.360.13103.755.8671.57
HexA4DF8E1A024D683848
Octal244337216320441515070110
Binary101001001101111110001110110100100100110111010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DF8E; }

 p { color: rgb(164,223,142); }

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

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

 a { background-color: rgb(164,223,142); }

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

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

 span { border-color: rgb(164,223,142); }

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