#A4ED8A

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

Shades of Granny Smith Apple #A4ED8A

Tints of Granny Smith Apple #A4ED8A

Color information

#A4ED8A (or 0xA4ED8A) is unknown color: approx Granny Smith Apple. HEX triplet: A4, ED and 8A. RGB value is (164,237,138). Sum of RGB (Red+Green+Blue) = 164+237+138=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ED8A is #5B1275. Grayscale: #CCCCCC. Windows color (decimal): -5968502 or 9104804. OLE color: 9104804.

HSL color Cylindrical-coordinate representation of color #A4ED8A: hue angle of 104.24º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4ED8A is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB164237138-
CMYK0.3100.420.07
HSL104.24º73.33%73.53%-
HSV(B)104.24º41.77%92.94%-
XYZ50.1870.334.97-
YUV203.8990.8299.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 237 (92.97% from 255) = 43.97%
BLUE value IS 138 (54.30% from 255) = 25.60%
R=30.43%
G=43.97%
B=25.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642371380.3100.420.07104.2473.3373.53
HexA4ED8A1F02A768494a
Octal244355212370527150111112
Binary101001001110110110001010111110101010111110100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ED8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ED8A; }

 p { color: rgb(164,237,138); }

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

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

 a { background-color: rgb(164,237,138); }

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

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

 span { border-color: rgb(164,237,138); }

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