#A1F172

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

Shades of Feijoa #A1F172

Tints of Feijoa #A1F172

Color information

#A1F172 (or 0xA1F172) is unknown color: approx Feijoa. HEX triplet: A1, F1 and 72. RGB value is (161,241,114). Sum of RGB (Red+Green+Blue) = 161+241+114=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F172 is #5E0E8D. Grayscale: #CBCBCB. Windows color (decimal): -6164110 or 7532961. OLE color: 7532961.

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

Color convert

RGB161241114-
CMYK0.3300.530.05
HSL97.8º81.94%69.61%-
HSV(B)97.8º52.7%94.51%-
XYZ49.1971.727.17-
YUV202.67898.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 241 (94.53% from 255) = 46.71%
BLUE value IS 114 (44.92% from 255) = 22.09%
R=31.20%
G=46.71%
B=22.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411140.3300.530.0597.881.9469.61
HexA1F172210355625246
Octal241361162410655142122106
Binary101000011111000111100101000010110101101110001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F172; }

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

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

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

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

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

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

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

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