#A4E477

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

Shades of Feijoa #A4E477

Tints of Feijoa #A4E477

Color information

#A4E477 (or 0xA4E477) is unknown color: approx Feijoa. HEX triplet: A4, E4 and 77. RGB value is (164,228,119). Sum of RGB (Red+Green+Blue) = 164+228+119=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E477 is #5B1B88. Grayscale: #C4C4C4. Windows color (decimal): -5970825 or 7857316. OLE color: 7857316.

HSL color Cylindrical-coordinate representation of color #A4E477: hue angle of 95.23º 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 #A4E477 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB164228119-
CMYK0.2800.480.11
HSL95.23º66.87%68.04%-
HSV(B)95.23º47.81%89.41%-
XYZ46.3864.7127.5-
YUV196.4484.3104.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 228 (89.45% from 255) = 44.62%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=32.09%
G=44.62%
B=23.29%

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
Decimal1642281190.2800.480.1195.2366.8768.04
HexA4E4771C030B5f4344
Octal2443441673406013137103104
Binary101001001110010011101111110001100001011101111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E477; }

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

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

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

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

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

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

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

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