#A4DF71

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

Shades of Feijoa #A4DF71

Tints of Feijoa #A4DF71

Color information

#A4DF71 (or 0xA4DF71) is unknown color: approx Feijoa. HEX triplet: A4, DF and 71. RGB value is (164,223,113). Sum of RGB (Red+Green+Blue) = 164+223+113=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF71 is #5B208E. Grayscale: #C1C1C1. Windows color (decimal): -5972111 or 7462820. OLE color: 7462820.

HSL color Cylindrical-coordinate representation of color #A4DF71: hue angle of 92.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4DF71 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB164223113-
CMYK0.2600.490.13
HSL92.18º63.22%65.88%-
HSV(B)92.18º49.33%87.45%-
XYZ44.6861.8625.21-
YUV192.8282.95107.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 223 (87.5% from 255) = 44.6%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=32.8%
G=44.6%
B=22.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231130.2600.490.1392.1863.2265.88
HexA4DF711A031D5c3f42
Octal244337161320611513477102
Binary10100100110111111110001110100110001110110111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DF71; }

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

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

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

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

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

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

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

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