#A1E269

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

Shades of Feijoa #A1E269

Tints of Feijoa #A1E269

Color information

#A1E269 (or 0xA1E269) is unknown color: approx Feijoa. HEX triplet: A1, E2 and 69. RGB value is (161,226,105). Sum of RGB (Red+Green+Blue) = 161+226+105=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E269 is #5E1D96. Grayscale: #C1C1C1. Windows color (decimal): -6167959 or 6939297. OLE color: 6939297.

HSL color Cylindrical-coordinate representation of color #A1E269: hue angle of 92.23º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1E269 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB161226105-
CMYK0.2900.540.11
HSL92.23º67.6%64.9%-
HSV(B)92.23º53.54%88.63%-
XYZ44.4462.9923.18-
YUV192.7778.47105.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 226 (88.67% from 255) = 45.93%
BLUE value IS 105 (41.41% from 255) = 21.34%
R=32.72%
G=45.93%
B=21.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612261050.2900.540.1192.2367.664.9
HexA1E2691D036B5c4441
Octal2413421513506613134104101
Binary101000011110001011010011110101101101011101110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E269; }

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

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

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

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

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

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

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

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