#a4dc90

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

Shades of Granny Smith Apple #A4DC90

Tints of Granny Smith Apple #A4DC90

Color information

#A4DC90 (or 0xA4DC90) is unknown color: approx Granny Smith Apple. HEX triplet: A4, DC and 90. RGB value is (164,220,144). Sum of RGB (Red+Green+Blue) = 164+220+144=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC90 is #5B236F. Grayscale: #C2C2C2. Windows color (decimal): -5972848 or 9493668. OLE color: 9493668.

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

Color convert

RGB164220144-
CMYK0.2500.350.14
HSL104.21º52.05%71.37%-
HSV(B)104.21º34.55%86.27%-
XYZ45.9461.0935.76-
YUV194.5999.45106.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=31.06%
G=41.67%
B=27.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642201440.2500.350.14104.2152.0571.37
HexA4DC9019023E683447
Octal244334220310431615064107
Binary101001001101110010010000110010100011111011010001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4dc90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4dc90; }

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

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

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

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

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

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

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

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