#A1EA69

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

Shades of Feijoa #A1EA69

Tints of Feijoa #A1EA69

Color information

#A1EA69 (or 0xA1EA69) is unknown color: approx Feijoa. HEX triplet: A1, EA and 69. RGB value is (161,234,105). Sum of RGB (Red+Green+Blue) = 161+234+105=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EA69 is #5E1596. Grayscale: #C5C5C5. Windows color (decimal): -6165911 or 6941345. OLE color: 6941345.

HSL color Cylindrical-coordinate representation of color #A1EA69: hue angle of 93.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1EA69 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB161234105-
CMYK0.3100.550.08
HSL93.95º75.44%66.47%-
HSV(B)93.95º55.13%91.76%-
XYZ46.6767.4423.92-
YUV197.4775.82101.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 234 (91.80% from 255) = 46.8%
BLUE value IS 105 (41.41% from 255) = 21%
R=32.2%
G=46.8%
B=21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612341050.3100.550.0893.9575.4466.47
HexA1EA691F03785e4b42
Octal2413521513706710136113102
Binary101000011110101011010011111101101111000101111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EA69; }

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

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

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

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

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

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

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

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