#A1F16C

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

Shades of Feijoa #A1F16C

Tints of Feijoa #A1F16C

Color information

#A1F16C (or 0xA1F16C) is unknown color: approx Feijoa. HEX triplet: A1, F1 and 6C. RGB value is (161,241,108). Sum of RGB (Red+Green+Blue) = 161+241+108=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F16C is #5E0E93. Grayscale: #CACACA. Windows color (decimal): -6164116 or 7139745. OLE color: 7139745.

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

Color convert

RGB161241108-
CMYK0.3300.550.05
HSL96.09º82.61%68.43%-
HSV(B)96.09º55.19%94.51%-
XYZ48.8671.5725.43-
YUV201.927598.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 241 (94.53% from 255) = 47.25%
BLUE value IS 108 (42.58% from 255) = 21.18%
R=31.57%
G=47.25%
B=21.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411080.3300.550.0596.0982.6168.43
HexA1F16C210375605344
Octal241361154410675140123104
Binary101000011111000111011001000010110111101110000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F16C; }

 p { color: rgb(161,241,108); }

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

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

 a { background-color: rgb(161,241,108); }

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

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

 span { border-color: rgb(161,241,108); }

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