#A1E769

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

Shades of Feijoa #A1E769

Tints of Feijoa #A1E769

Color information

#A1E769 (or 0xA1E769) is unknown color: approx Feijoa. HEX triplet: A1, E7 and 69. RGB value is (161,231,105). Sum of RGB (Red+Green+Blue) = 161+231+105=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E769 is #5E1896. Grayscale: #C4C4C4. Windows color (decimal): -6166679 or 6940577. OLE color: 6940577.

HSL color Cylindrical-coordinate representation of color #A1E769: hue angle of 93.33º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1E769 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB161231105-
CMYK0.3000.550.09
HSL93.33º72.41%65.88%-
HSV(B)93.33º54.55%90.59%-
XYZ45.8265.7523.64-
YUV195.7176.81103.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 231 (90.62% from 255) = 46.48%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=32.39%
G=46.48%
B=21.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311050.3000.550.0993.3372.4165.88
HexA1E7691E03795d4842
Octal2413471513606711135110102
Binary101000011110011111010011111001101111001101110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E769; }

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

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

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

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

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

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

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

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