#A4EBA0

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

Shades of Granny Smith Apple #A4EBA0

Tints of Granny Smith Apple #A4EBA0

Color information

#A4EBA0 (or 0xA4EBA0) is unknown color: approx Granny Smith Apple. HEX triplet: A4, EB and A0. RGB value is (164,235,160). Sum of RGB (Red+Green+Blue) = 164+235+160=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EBA0 is #5B145F. Grayscale: #CDCDCD. Windows color (decimal): -5968992 or 10546084. OLE color: 10546084.

HSL color Cylindrical-coordinate representation of color #A4EBA0: hue angle of 116.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4EBA0 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB164235160-
CMYK0.3000.320.08
HSL116.8º65.22%77.45%-
HSV(B)116.8º31.91%92.16%-
XYZ51.3669.8544.03-
YUV205.22102.4898.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 160 (62.89% from 255) = 28.62%
R=29.34%
G=42.04%
B=28.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642351600.3000.320.08116.865.2277.45
HexA4EBA01E020875414d
Octal2443532403604010165101115
Binary1010010011101011101000001111001000001000111010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBA0; }

 p { color: rgb(164,235,160); }

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

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

 a { background-color: rgb(164,235,160); }

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

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

 span { border-color: rgb(164,235,160); }

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