#A4E48B

Color #A4E48B Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A4E48B

Tints of Feijoa #A4E48B

Color information

#A4E48B (or 0xA4E48B) is unknown color: approx Feijoa. HEX triplet: A4, E4 and 8B. RGB value is (164,228,139). Sum of RGB (Red+Green+Blue) = 164+228+139=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E48B is #5B1B74. Grayscale: #C7C7C7. Windows color (decimal): -5970805 or 9168036. OLE color: 9168036.

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

Color convert

RGB164228139-
CMYK0.2800.390.11
HSL103.15º62.24%71.96%-
HSV(B)103.15º39.04%89.41%-
XYZ47.7165.2434.5-
YUV198.7294.3103.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=30.89%
G=42.94%
B=26.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642281390.2800.390.11103.1562.2471.96
HexA4E48B1C027B673e48
Octal244344213340471314776110
Binary101001001110010010001011111000100111101111001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E48B; }

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

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

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

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

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

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

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

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