#A2E76A

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

Shades of Feijoa #A2E76A

Tints of Feijoa #A2E76A

Color information

#A2E76A (or 0xA2E76A) is unknown color: approx Feijoa. HEX triplet: A2, E7 and 6A. RGB value is (162,231,106). Sum of RGB (Red+Green+Blue) = 162+231+106=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E76A is #5D1895. Grayscale: #C4C4C4. Windows color (decimal): -6101142 or 7006114. OLE color: 7006114.

HSL color Cylindrical-coordinate representation of color #A2E76A: hue angle of 93.12º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2E76A is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB162231106-
CMYK0.3000.540.09
HSL93.12º72.25%66.08%-
HSV(B)93.12º54.11%90.59%-
XYZ46.0865.8723.92-
YUV196.1277.14103.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 231 (90.62% from 255) = 46.29%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=32.46%
G=46.29%
B=21.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622311060.3000.540.0993.1272.2566.08
HexA2E76A1E03695d4842
Octal2423471523606611135110102
Binary101000101110011111010101111001101101001101110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E76A; }

 p { color: rgb(162,231,106); }

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

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

 a { background-color: rgb(162,231,106); }

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

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

 span { border-color: rgb(162,231,106); }

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