#A4E494

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

Shades of Granny Smith Apple #A4E494

Tints of Granny Smith Apple #A4E494

Color information

#A4E494 (or 0xA4E494) is unknown color: approx Granny Smith Apple. HEX triplet: A4, E4 and 94. RGB value is (164,228,148). Sum of RGB (Red+Green+Blue) = 164+228+148=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E494 is #5B1B6B. Grayscale: #C7C7C7. Windows color (decimal): -5970796 or 9757860. OLE color: 9757860.

HSL color Cylindrical-coordinate representation of color #A4E494: hue angle of 108º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4E494 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB164228148-
CMYK0.2800.350.11
HSL108º59.7%73.73%-
HSV(B)108º35.09%89.41%-
XYZ48.465.5238.11-
YUV199.7498.8102.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 228 (89.45% from 255) = 42.22%
BLUE value IS 148 (58.20% from 255) = 27.41%
R=30.37%
G=42.22%
B=27.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642281480.2800.350.1110859.773.73
HexA4E4941C023B6c3c4a
Octal244344224340431315474112
Binary101001001110010010010100111000100011101111011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E494; }

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

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

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

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

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

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

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

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