#A1E57A

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

Shades of Feijoa #A1E57A

Tints of Feijoa #A1E57A

Color information

#A1E57A (or 0xA1E57A) is unknown color: approx Feijoa. HEX triplet: A1, E5 and 7A. RGB value is (161,229,122). Sum of RGB (Red+Green+Blue) = 161+229+122=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E57A is #5E1A85. Grayscale: #C4C4C4. Windows color (decimal): -6167174 or 8054177. OLE color: 8054177.

HSL color Cylindrical-coordinate representation of color #A1E57A: hue angle of 98.13º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1E57A is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB161229122-
CMYK0.3000.470.10
HSL98.13º67.3%68.82%-
HSV(B)98.13º46.72%89.8%-
XYZ46.2365.0228.53-
YUV196.4785.97102.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 229 (89.84% from 255) = 44.73%
BLUE value IS 122 (48.05% from 255) = 23.83%
R=31.45%
G=44.73%
B=23.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612291220.3000.470.1098.1367.368.82
HexA1E57A1E02FA624345
Octal2413451723605712142103105
Binary101000011110010111110101111001011111010110001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E57A; }

 p { color: rgb(161,229,122); }

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

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

 a { background-color: rgb(161,229,122); }

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

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

 span { border-color: rgb(161,229,122); }

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