#A4E971

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

Shades of Feijoa #A4E971

Tints of Feijoa #A4E971

Color information

#A4E971 (or 0xA4E971) is unknown color: approx Feijoa. HEX triplet: A4, E9 and 71. RGB value is (164,233,113). Sum of RGB (Red+Green+Blue) = 164+233+113=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #A4E971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E971 is #5B168E. Grayscale: #C7C7C7. Windows color (decimal): -5969551 or 7465380. OLE color: 7465380.

HSL color Cylindrical-coordinate representation of color #A4E971: hue angle of 94.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4E971 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB164233113-
CMYK0.3000.520.09
HSL94.5º73.17%67.84%-
HSV(B)94.5º51.5%91.37%-
XYZ47.4367.3626.13-
YUV198.6979.64103.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=32.16%
G=45.69%
B=22.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642331130.3000.520.0994.573.1767.84
HexA4E9711E03495e4944
Octal2443511613606411136111104
Binary101001001110100111100011111001101001001101111010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E971; }

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

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

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

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

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

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

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

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