#A2EC71

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

Shades of Feijoa #A2EC71

Tints of Feijoa #A2EC71

Color information

#A2EC71 (or 0xA2EC71) is unknown color: approx Feijoa. HEX triplet: A2, EC and 71. RGB value is (162,236,113). Sum of RGB (Red+Green+Blue) = 162+236+113=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC71 is #5D138E. Grayscale: #C8C8C8. Windows color (decimal): -6099855 or 7466146. OLE color: 7466146.

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

Color convert

RGB162236113-
CMYK0.3100.520.07
HSL96.1º76.4%68.43%-
HSV(B)96.1º52.12%92.55%-
XYZ47.8868.8626.39-
YUV199.8578.98101-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=31.70%
G=46.18%
B=22.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361130.3100.520.0796.176.468.43
HexA2EC711F0347604c44
Octal242354161370647140114104
Binary10100010111011001110001111110110100111110000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EC71; }

 p { color: rgb(162,236,113); }

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

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

 a { background-color: rgb(162,236,113); }

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

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

 span { border-color: rgb(162,236,113); }

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