#A1F96B

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

Shades of Feijoa #A1F96B

Tints of Feijoa #A1F96B

Color information

#A1F96B (or 0xA1F96B) is unknown color: approx Feijoa. HEX triplet: A1, F9 and 6B. RGB value is (161,249,107). Sum of RGB (Red+Green+Blue) = 161+249+107=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F96B is #5E0694. Grayscale: #CECECE. Windows color (decimal): -6162069 or 7076257. OLE color: 7076257.

HSL color Cylindrical-coordinate representation of color #A1F96B: hue angle of 97.18º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1F96B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB161249107-
CMYK0.3500.570.02
HSL97.18º92.21%69.8%-
HSV(B)97.18º57.03%97.65%-
XYZ51.2376.3925.95-
YUV206.571.8595.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 249 (97.66% from 255) = 48.16%
BLUE value IS 107 (42.19% from 255) = 20.70%
R=31.14%
G=48.16%
B=20.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491070.3500.570.0297.1892.2169.8
HexA1F96B230392615c46
Octal241371153430712141134106
Binary10100001111110011101011100011011100110110000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F96B; }

 p { color: rgb(161,249,107); }

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

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

 a { background-color: rgb(161,249,107); }

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

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

 span { border-color: rgb(161,249,107); }

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