#A4F374

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

Shades of Feijoa #A4F374

Tints of Feijoa #A4F374

Color information

#A4F374 (or 0xA4F374) is unknown color: approx Feijoa. HEX triplet: A4, F3 and 74. RGB value is (164,243,116). Sum of RGB (Red+Green+Blue) = 164+243+116=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F374 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F374 is #5B0C8B. Grayscale: #CDCDCD. Windows color (decimal): -5966988 or 7664548. OLE color: 7664548.

HSL color Cylindrical-coordinate representation of color #A4F374: hue angle of 97.32º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4F374 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB164243116-
CMYK0.3300.520.05
HSL97.32º84.11%70.39%-
HSV(B)97.32º52.26%95.29%-
XYZ50.5173.2528-
YUV204.977.8398.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 243 (95.31% from 255) = 46.46%
BLUE value IS 116 (45.70% from 255) = 22.18%
R=31.36%
G=46.46%
B=22.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642431160.3300.520.0597.3284.1170.39
HexA4F374210345615446
Octal244363164410645141124106
Binary101001001111001111101001000010110100101110000110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F374; }

 p { color: rgb(164,243,116); }

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

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

 a { background-color: rgb(164,243,116); }

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

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

 span { border-color: rgb(164,243,116); }

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