#A4D071

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

Shades of Feijoa #A4D071

Tints of Feijoa #A4D071

Color information

#A4D071 (or 0xA4D071) is unknown color: approx Feijoa. HEX triplet: A4, D0 and 71. RGB value is (164,208,113). Sum of RGB (Red+Green+Blue) = 164+208+113=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D071 is #5B2F8E. Grayscale: #B8B8B8. Windows color (decimal): -5975951 or 7458980. OLE color: 7458980.

HSL color Cylindrical-coordinate representation of color #A4D071: hue angle of 87.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4D071 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB164208113-
CMYK0.2100.460.18
HSL87.79º50.26%62.94%-
HSV(B)87.79º45.67%81.57%-
XYZ40.8554.223.93-
YUV184.0187.92113.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=33.81%
G=42.89%
B=23.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642081130.2100.460.1887.7950.2662.94
HexA4D0711502E1258323f
Octal24432016125056221306277
Binary10100100110100001110001101010101110100101011000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D071; }

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

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

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

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

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

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

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

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