#A1F57D

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

Shades of Feijoa #A1F57D

Tints of Feijoa #A1F57D

Color information

#A1F57D (or 0xA1F57D) is unknown color: approx Feijoa. HEX triplet: A1, F5 and 7D. RGB value is (161,245,125). Sum of RGB (Red+Green+Blue) = 161+245+125=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F57D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F57D is #5E0A82. Grayscale: #CECECE. Windows color (decimal): -6163075 or 8254881. OLE color: 8254881.

HSL color Cylindrical-coordinate representation of color #A1F57D: hue angle of 102º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1F57D is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB161245125-
CMYK0.3400.490.04
HSL102º85.71%72.55%-
HSV(B)102º48.98%96.08%-
XYZ51.0574.3631.06-
YUV206.282.1795.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=30.32%
G=46.14%
B=23.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612451250.3400.490.0410285.7172.55
HexA1F57D220314665649
Octal241365175420614146126111
Binary101000011111010111111011000100110001100110011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F57D; }

 p { color: rgb(161,245,125); }

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

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

 a { background-color: rgb(161,245,125); }

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

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

 span { border-color: rgb(161,245,125); }

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