#A4E071

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

Shades of Feijoa #A4E071

Tints of Feijoa #A4E071

Color information

#A4E071 (or 0xA4E071) is unknown color: approx Feijoa. HEX triplet: A4, E0 and 71. RGB value is (164,224,113). Sum of RGB (Red+Green+Blue) = 164+224+113=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E071 is #5B1F8E. Grayscale: #C1C1C1. Windows color (decimal): -5971855 or 7463076. OLE color: 7463076.

HSL color Cylindrical-coordinate representation of color #A4E071: hue angle of 92.43º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4E071 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB164224113-
CMYK0.2700.500.12
HSL92.43º64.16%66.08%-
HSV(B)92.43º49.55%87.84%-
XYZ44.9562.425.3-
YUV193.4182.62107.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 224 (87.89% from 255) = 44.71%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=32.73%
G=44.71%
B=22.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642241130.2700.500.1292.4364.1666.08
HexA4E0711B032C5c4042
Octal2443401613306214134100102
Binary101001001110000011100011101101100101100101110010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E071; }

 p { color: rgb(164,224,113); }

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

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

 a { background-color: rgb(164,224,113); }

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

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

 span { border-color: rgb(164,224,113); }

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