#A4E476

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

Shades of Feijoa #A4E476

Tints of Feijoa #A4E476

Color information

#A4E476 (or 0xA4E476) is unknown color: approx Feijoa. HEX triplet: A4, E4 and 76. RGB value is (164,228,118). Sum of RGB (Red+Green+Blue) = 164+228+118=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E476 is #5B1B89. Grayscale: #C4C4C4. Windows color (decimal): -5970826 or 7791780. OLE color: 7791780.

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

Color convert

RGB164228118-
CMYK0.2800.480.11
HSL94.91º67.07%67.84%-
HSV(B)94.91º48.25%89.41%-
XYZ46.3264.6927.18-
YUV196.3283.8104.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 228 (89.45% from 255) = 44.71%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=32.16%
G=44.71%
B=23.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642281180.2800.480.1194.9167.0767.84
HexA4E4761C030B5f4344
Octal2443441663406013137103104
Binary101001001110010011101101110001100001011101111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E476; }

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

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

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

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

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

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

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

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