#A2E973

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

Shades of Feijoa #A2E973

Tints of Feijoa #A2E973

Color information

#A2E973 (or 0xA2E973) is unknown color: approx Feijoa. HEX triplet: A2, E9 and 73. RGB value is (162,233,115). Sum of RGB (Red+Green+Blue) = 162+233+115=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E973 is #5D168C. Grayscale: #C6C6C6. Windows color (decimal): -6100621 or 7596450. OLE color: 7596450.

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

Color convert

RGB162233115-
CMYK0.3000.510.09
HSL96.1º72.84%68.24%-
HSV(B)96.1º50.64%91.37%-
XYZ47.1367.226.71-
YUV198.3280.98102.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 115 (45.31% from 255) = 22.55%
R=31.76%
G=45.69%
B=22.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622331150.3000.510.0996.172.8468.24
HexA2E9731E0339604944
Octal2423511633606311140111104
Binary101000101110100111100111111001100111001110000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E973; }

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

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

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

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

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

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

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

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