#A1E171

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

Shades of Feijoa #A1E171

Tints of Feijoa #A1E171

Color information

#A1E171 (or 0xA1E171) is unknown color: approx Feijoa. HEX triplet: A1, E1 and 71. RGB value is (161,225,113). Sum of RGB (Red+Green+Blue) = 161+225+113=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E171 is #5E1E8E. Grayscale: #C1C1C1. Windows color (decimal): -6168207 or 7463329. OLE color: 7463329.

HSL color Cylindrical-coordinate representation of color #A1E171: hue angle of 94.29º degrees, saturation: 0.65, 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 #A1E171 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB161225113-
CMYK0.2800.500.12
HSL94.29º65.12%66.27%-
HSV(B)94.29º49.78%88.24%-
XYZ44.662.6225.36-
YUV193.182.8105.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=32.26%
G=45.09%
B=22.65%

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
Decimal1612251130.2800.500.1294.2965.1266.27
HexA1E1711C032C5e4142
Octal2413411613406214136101102
Binary101000011110000111100011110001100101100101111010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E171; }

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

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

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

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

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

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

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

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