#A1F16A

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

Shades of Feijoa #A1F16A

Tints of Feijoa #A1F16A

Color information

#A1F16A (or 0xA1F16A) is unknown color: approx Feijoa. HEX triplet: A1, F1 and 6A. RGB value is (161,241,106). Sum of RGB (Red+Green+Blue) = 161+241+106=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F16A is #5E0E95. Grayscale: #CACACA. Windows color (decimal): -6164118 or 7008673. OLE color: 7008673.

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

Color convert

RGB161241106-
CMYK0.3300.560.05
HSL95.56º82.82%68.04%-
HSV(B)95.56º56.02%94.51%-
XYZ48.7571.5324.87-
YUV201.697498.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 241 (94.53% from 255) = 47.44%
BLUE value IS 106 (41.80% from 255) = 20.87%
R=31.69%
G=47.44%
B=20.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411060.3300.560.0595.5682.8268.04
HexA1F16A210385605344
Octal241361152410705140123104
Binary101000011111000111010101000010111000101110000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F16A; }

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

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

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

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

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

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

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

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