#A2E071

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

Shades of Feijoa #A2E071

Tints of Feijoa #A2E071

Color information

#A2E071 (or 0xA2E071) is unknown color: approx Feijoa. HEX triplet: A2, E0 and 71. RGB value is (162,224,113). Sum of RGB (Red+Green+Blue) = 162+224+113=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E071 is #5D1F8E. Grayscale: #C1C1C1. Windows color (decimal): -6102927 or 7463074. OLE color: 7463074.

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

Color convert

RGB162224113-
CMYK0.2800.500.12
HSL93.51º64.16%66.08%-
HSV(B)93.51º49.55%87.84%-
XYZ44.5462.1825.28-
YUV192.8182.96106.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 224 (87.89% from 255) = 44.89%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=32.46%
G=44.89%
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
Decimal1622241130.2800.500.1293.5164.1666.08
HexA2E0711C032C5e4042
Octal2423401613406214136100102
Binary101000101110000011100011110001100101100101111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E071; }

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

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

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

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

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

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

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

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