#A4E46B

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

Shades of Feijoa #A4E46B

Tints of Feijoa #A4E46B

Color information

#A4E46B (or 0xA4E46B) is unknown color: approx Feijoa. HEX triplet: A4, E4 and 6B. RGB value is (164,228,107). Sum of RGB (Red+Green+Blue) = 164+228+107=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E46B is #5B1B94. Grayscale: #C3C3C3. Windows color (decimal): -5970837 or 7070884. OLE color: 7070884.

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

Color convert

RGB164228107-
CMYK0.2800.530.11
HSL91.74º69.14%65.69%-
HSV(B)91.74º53.07%89.41%-
XYZ45.7164.4423.94-
YUV195.0778.3105.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 228 (89.45% from 255) = 45.69%
BLUE value IS 107 (42.19% from 255) = 21.44%
R=32.87%
G=45.69%
B=21.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642281070.2800.530.1191.7469.1465.69
HexA4E46B1C035B5c4542
Octal2443441533406513134105102
Binary101001001110010011010111110001101011011101110010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E46B; }

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

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

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

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

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

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

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

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