#A1E569

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

Shades of Feijoa #A1E569

Tints of Feijoa #A1E569

Color information

#A1E569 (or 0xA1E569) is unknown color: approx Feijoa. HEX triplet: A1, E5 and 69. RGB value is (161,229,105). Sum of RGB (Red+Green+Blue) = 161+229+105=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E569 is #5E1A96. Grayscale: #C2C2C2. Windows color (decimal): -6167191 or 6940065. OLE color: 6940065.

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

Color convert

RGB161229105-
CMYK0.3000.540.10
HSL92.9º70.45%65.49%-
HSV(B)92.9º54.15%89.8%-
XYZ45.2764.6423.45-
YUV194.5377.47104.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 229 (89.84% from 255) = 46.26%
BLUE value IS 105 (41.41% from 255) = 21.21%
R=32.53%
G=46.26%
B=21.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612291050.3000.540.1092.970.4565.49
HexA1E5691E036A5d4641
Octal2413451513606612135106101
Binary101000011110010111010011111001101101010101110110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E569; }

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

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

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

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

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

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

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

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