#A1EC72

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

Shades of Feijoa #A1EC72

Tints of Feijoa #A1EC72

Color information

#A1EC72 (or 0xA1EC72) is unknown color: approx Feijoa. HEX triplet: A1, EC and 72. RGB value is (161,236,114). Sum of RGB (Red+Green+Blue) = 161+236+114=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EC72 is #5E138D. Grayscale: #C8C8C8. Windows color (decimal): -6165390 or 7531681. OLE color: 7531681.

HSL color Cylindrical-coordinate representation of color #A1EC72: hue angle of 96.89º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1EC72 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB161236114-
CMYK0.3200.520.07
HSL96.89º76.25%68.63%-
HSV(B)96.89º51.69%92.55%-
XYZ47.7368.7826.68-
YUV199.6779.65100.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 114 (44.92% from 255) = 22.31%
R=31.51%
G=46.18%
B=22.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612361140.3200.520.0796.8976.2568.63
HexA1EC72200347614c45
Octal241354162400647141114105
Binary101000011110110011100101000000110100111110000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EC72; }

 p { color: rgb(161,236,114); }

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

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

 a { background-color: rgb(161,236,114); }

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

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

 span { border-color: rgb(161,236,114); }

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