#A4EB94

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

Shades of Granny Smith Apple #A4EB94

Tints of Granny Smith Apple #A4EB94

Color information

#A4EB94 (or 0xA4EB94) is unknown color: approx Granny Smith Apple. HEX triplet: A4, EB and 94. RGB value is (164,235,148). Sum of RGB (Red+Green+Blue) = 164+235+148=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EB94 is #5B146B. Grayscale: #CCCCCC. Windows color (decimal): -5969004 or 9759652. OLE color: 9759652.

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

Color convert

RGB164235148-
CMYK0.3000.370.08
HSL108.97º68.5%75.1%-
HSV(B)108.97º37.02%92.16%-
XYZ50.3669.4538.77-
YUV203.8596.4899.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=29.98%
G=42.96%
B=27.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642351480.3000.370.08108.9768.575.1
HexA4EB941E02586d454b
Octal2443532243604510155105113
Binary1010010011101011100101001111001001011000110110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EB94; }

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

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

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

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

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

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

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

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