#A1F77B

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

Shades of Feijoa #A1F77B

Tints of Feijoa #A1F77B

Color information

#A1F77B (or 0xA1F77B) is unknown color: approx Feijoa. HEX triplet: A1, F7 and 7B. RGB value is (161,247,123). Sum of RGB (Red+Green+Blue) = 161+247+123=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F77B is #5E0884. Grayscale: #CFCFCF. Windows color (decimal): -6162565 or 8124321. OLE color: 8124321.

HSL color Cylindrical-coordinate representation of color #A1F77B: hue angle of 101.61º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1F77B is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB161247123-
CMYK0.3500.500.03
HSL101.61º88.57%72.55%-
HSV(B)101.61º50.2%96.86%-
XYZ51.5375.5330.6-
YUV207.1580.5195.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 247 (96.88% from 255) = 46.52%
BLUE value IS 123 (48.44% from 255) = 23.16%
R=30.32%
G=46.52%
B=23.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612471230.3500.500.03101.6188.5772.55
HexA1F77B230323665949
Octal241367173430623146131111
Binary10100001111101111111011100011011001011110011010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F77B; }

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

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

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

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

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

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

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

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