#A4F772

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

Shades of Feijoa #A4F772

Tints of Feijoa #A4F772

Color information

#A4F772 (or 0xA4F772) is unknown color: approx Feijoa. HEX triplet: A4, F7 and 72. RGB value is (164,247,114). Sum of RGB (Red+Green+Blue) = 164+247+114=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F772 is #5B088D. Grayscale: #CFCFCF. Windows color (decimal): -5965966 or 7534500. OLE color: 7534500.

HSL color Cylindrical-coordinate representation of color #A4F772: hue angle of 97.44º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4F772 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB164247114-
CMYK0.3400.540.03
HSL97.44º89.26%70.78%-
HSV(B)97.44º53.85%96.86%-
XYZ51.6175.6327.8-
YUV207.0275.597.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 247 (96.88% from 255) = 47.05%
BLUE value IS 114 (44.92% from 255) = 21.71%
R=31.24%
G=47.05%
B=21.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1642471140.3400.540.0397.4489.2670.78
HexA4F772220363615947
Octal244367162420663141131107
Binary10100100111101111110010100010011011011110000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F772; }

 p { color: rgb(164,247,114); }

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

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

 a { background-color: rgb(164,247,114); }

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

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

 span { border-color: rgb(164,247,114); }

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