#A1F76D

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

Shades of Feijoa #A1F76D

Tints of Feijoa #A1F76D

Color information

#A1F76D (or 0xA1F76D) is unknown color: approx Feijoa. HEX triplet: A1, F7 and 6D. RGB value is (161,247,109). Sum of RGB (Red+Green+Blue) = 161+247+109=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F76D is #5E0892. Grayscale: #CECECE. Windows color (decimal): -6162579 or 7206817. OLE color: 7206817.

HSL color Cylindrical-coordinate representation of color #A1F76D: hue angle of 97.39º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1F76D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB161247109-
CMYK0.3500.560.03
HSL97.39º89.61%69.8%-
HSV(B)97.39º55.87%96.86%-
XYZ50.7275.226.31-
YUV205.5573.5196.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 247 (96.88% from 255) = 47.78%
BLUE value IS 109 (42.97% from 255) = 21.08%
R=31.14%
G=47.78%
B=21.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612471090.3500.560.0397.3989.6169.8
HexA1F76D230383615a46
Octal241367155430703141132106
Binary10100001111101111101101100011011100011110000110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F76D; }

 p { color: rgb(161,247,109); }

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

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

 a { background-color: rgb(161,247,109); }

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

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

 span { border-color: rgb(161,247,109); }

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