#A4E18E

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

Shades of Granny Smith Apple #A4E18E

Tints of Granny Smith Apple #A4E18E

Color information

#A4E18E (or 0xA4E18E) is unknown color: approx Granny Smith Apple. HEX triplet: A4, E1 and 8E. RGB value is (164,225,142). Sum of RGB (Red+Green+Blue) = 164+225+142=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E18E is #5B1E71. Grayscale: #C5C5C5. Windows color (decimal): -5971570 or 9363876. OLE color: 9363876.

HSL color Cylindrical-coordinate representation of color #A4E18E: hue angle of 104.1º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4E18E is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB164225142-
CMYK0.2700.370.12
HSL104.1º58.04%71.96%-
HSV(B)104.1º36.89%88.24%-
XYZ47.1263.735.4-
YUV197.396.79104.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=30.89%
G=42.37%
B=26.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642251420.2700.370.12104.158.0471.96
HexA4E18E1B025C683a48
Octal244341216330451415072110
Binary101001001110000110001110110110100101110011010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E18E; }

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

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

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

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

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

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

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

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