#A2E976

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

Shades of Feijoa #A2E976

Tints of Feijoa #A2E976

Color information

#A2E976 (or 0xA2E976) is unknown color: approx Feijoa. HEX triplet: A2, E9 and 76. RGB value is (162,233,118). Sum of RGB (Red+Green+Blue) = 162+233+118=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E976 is #5D1689. Grayscale: #C7C7C7. Windows color (decimal): -6100618 or 7793058. OLE color: 7793058.

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

Color convert

RGB162233118-
CMYK0.3000.490.09
HSL97.04º72.33%68.82%-
HSV(B)97.04º49.36%91.37%-
XYZ47.3167.2727.63-
YUV198.6682.48101.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 233 (91.41% from 255) = 45.42%
BLUE value IS 118 (46.48% from 255) = 23.00%
R=31.58%
G=45.42%
B=23.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622331180.3000.490.0997.0472.3368.82
HexA2E9761E0319614845
Octal2423511663606111141110105
Binary101000101110100111101101111001100011001110000110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E976; }

 p { color: rgb(162,233,118); }

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

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

 a { background-color: rgb(162,233,118); }

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

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

 span { border-color: rgb(162,233,118); }

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