#A4FA7E

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

Shades of Feijoa #A4FA7E

Tints of Feijoa #A4FA7E

Color information

#A4FA7E (or 0xA4FA7E) is unknown color: approx Feijoa. HEX triplet: A4, FA and 7E. RGB value is (164,250,126). Sum of RGB (Red+Green+Blue) = 164+250+126=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA7E is #5B0581. Grayscale: #D2D2D2. Windows color (decimal): -5965186 or 8321700. OLE color: 8321700.

HSL color Cylindrical-coordinate representation of color #A4FA7E: hue angle of 101.61º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4FA7E is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB164250126-
CMYK0.3400.500.02
HSL101.61º92.54%73.73%-
HSV(B)101.61º49.6%98.04%-
XYZ53.2677.7731.94-
YUV210.1580.5195.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=30.37%
G=46.30%
B=23.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501260.3400.500.02101.6192.5473.73
HexA4FA7E220322665d4a
Octal244372176420622146135112
Binary10100100111110101111110100010011001010110011010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA7E; }

 p { color: rgb(164,250,126); }

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

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

 a { background-color: rgb(164,250,126); }

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

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

 span { border-color: rgb(164,250,126); }

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