#A4E48D

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

Shades of Granny Smith Apple #A4E48D

Tints of Granny Smith Apple #A4E48D

Color information

#A4E48D (or 0xA4E48D) is unknown color: approx Granny Smith Apple. HEX triplet: A4, E4 and 8D. RGB value is (164,228,141). Sum of RGB (Red+Green+Blue) = 164+228+141=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E48D is #5B1B72. Grayscale: #C7C7C7. Windows color (decimal): -5970803 or 9299108. OLE color: 9299108.

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

Color convert

RGB164228141-
CMYK0.2800.380.11
HSL104.14º61.7%72.35%-
HSV(B)104.14º38.16%89.41%-
XYZ47.8665.335.28-
YUV198.9595.3103.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 228 (89.45% from 255) = 42.78%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=30.77%
G=42.78%
B=26.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642281410.2800.380.11104.1461.772.35
HexA4E48D1C026B683e48
Octal244344215340461315076110
Binary101001001110010010001101111000100110101111010001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E48D; }

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

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

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

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

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

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

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

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