#A1EB71

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

Shades of Feijoa #A1EB71

Tints of Feijoa #A1EB71

Color information

#A1EB71 (or 0xA1EB71) is unknown color: approx Feijoa. HEX triplet: A1, EB and 71. RGB value is (161,235,113). Sum of RGB (Red+Green+Blue) = 161+235+113=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EB71 is #5E148E. Grayscale: #C7C7C7. Windows color (decimal): -6165647 or 7465889. OLE color: 7465889.

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

Color convert

RGB161235113-
CMYK0.3100.520.08
HSL96.39º75.31%68.24%-
HSV(B)96.39º51.91%92.16%-
XYZ47.3968.1926.29-
YUV198.9779.48100.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 235 (92.19% from 255) = 46.17%
BLUE value IS 113 (44.53% from 255) = 22.20%
R=31.63%
G=46.17%
B=22.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612351130.3100.520.0896.3975.3168.24
HexA1EB711F0348604b44
Octal2413531613706410140113104
Binary101000011110101111100011111101101001000110000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EB71; }

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

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

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

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

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

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

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

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