#A4EB8C

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

Shades of Granny Smith Apple #A4EB8C

Tints of Granny Smith Apple #A4EB8C

Color information

#A4EB8C (or 0xA4EB8C) is unknown color: approx Granny Smith Apple. HEX triplet: A4, EB and 8C. RGB value is (164,235,140). Sum of RGB (Red+Green+Blue) = 164+235+140=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EB8C is #5B1473. Grayscale: #CBCBCB. Windows color (decimal): -5969012 or 9235364. OLE color: 9235364.

HSL color Cylindrical-coordinate representation of color #A4EB8C: hue angle of 104.84º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4EB8C is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB164235140-
CMYK0.3000.400.08
HSL104.84º70.37%73.53%-
HSV(B)104.84º40.43%92.16%-
XYZ49.7569.235.55-
YUV202.9492.48100.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=30.43%
G=43.60%
B=25.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642351400.3000.400.08104.8470.3773.53
HexA4EB8C1E028869464a
Octal2443532143605010151106112
Binary1010010011101011100011001111001010001000110100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EB8C; }

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

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

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

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

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

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

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

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