#A1FA6E

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

Shades of Feijoa #A1FA6E

Tints of Feijoa #A1FA6E

Color information

#A1FA6E (or 0xA1FA6E) is unknown color: approx Feijoa. HEX triplet: A1, FA and 6E. RGB value is (161,250,110). Sum of RGB (Red+Green+Blue) = 161+250+110=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FA6E is #5E0591. Grayscale: #CFCFCF. Windows color (decimal): -6161810 or 7273121. OLE color: 7273121.

HSL color Cylindrical-coordinate representation of color #A1FA6E: hue angle of 98.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1FA6E is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB161250110-
CMYK0.3600.560.02
HSL98.14º93.33%70.59%-
HSV(B)98.14º56%98.04%-
XYZ51.777.0726.9-
YUV207.4373.0194.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 250 (98.05% from 255) = 47.98%
BLUE value IS 110 (43.36% from 255) = 21.11%
R=30.90%
G=47.98%
B=21.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501100.3600.560.0298.1493.3370.59
HexA1FA6E240382625d47
Octal241372156440702142135107
Binary10100001111110101101110100100011100010110001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA6E; }

 p { color: rgb(161,250,110); }

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

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

 a { background-color: rgb(161,250,110); }

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

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

 span { border-color: rgb(161,250,110); }

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