#A1E071

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

Shades of Feijoa #A1E071

Tints of Feijoa #A1E071

Color information

#A1E071 (or 0xA1E071) is unknown color: approx Feijoa. HEX triplet: A1, E0 and 71. RGB value is (161,224,113). Sum of RGB (Red+Green+Blue) = 161+224+113=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E071 is #5E1F8E. Grayscale: #C0C0C0. Windows color (decimal): -6168463 or 7463073. OLE color: 7463073.

HSL color Cylindrical-coordinate representation of color #A1E071: hue angle of 94.05º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1E071 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB161224113-
CMYK0.2800.500.12
HSL94.05º64.16%66.08%-
HSV(B)94.05º49.55%87.84%-
XYZ44.3362.0825.27-
YUV192.5183.13105.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=32.33%
G=44.98%
B=22.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612241130.2800.500.1294.0564.1666.08
HexA1E0711C032C5e4042
Octal2413401613406214136100102
Binary101000011110000011100011110001100101100101111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E071; }

 p { color: rgb(161,224,113); }

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

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

 a { background-color: rgb(161,224,113); }

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

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

 span { border-color: rgb(161,224,113); }

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