#A4F46F

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

Shades of Feijoa #A4F46F

Tints of Feijoa #A4F46F

Color information

#A4F46F (or 0xA4F46F) is unknown color: approx Feijoa. HEX triplet: A4, F4 and 6F. RGB value is (164,244,111). Sum of RGB (Red+Green+Blue) = 164+244+111=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F46F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F46F is #5B0B90. Grayscale: #CDCDCD. Windows color (decimal): -5966737 or 7337124. OLE color: 7337124.

HSL color Cylindrical-coordinate representation of color #A4F46F: hue angle of 96.09º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4F46F is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB164244111-
CMYK0.3300.550.04
HSL96.09º85.81%69.61%-
HSV(B)96.09º54.51%95.69%-
XYZ50.5373.7426.61-
YUV204.927598.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 244 (95.70% from 255) = 47.01%
BLUE value IS 111 (43.75% from 255) = 21.39%
R=31.60%
G=47.01%
B=21.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642441110.3300.550.0496.0985.8169.61
HexA4F46F210374605646
Octal244364157410674140126106
Binary101001001111010011011111000010110111100110000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F46F; }

 p { color: rgb(164,244,111); }

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

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

 a { background-color: rgb(164,244,111); }

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

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

 span { border-color: rgb(164,244,111); }

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