#A2F873

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

Shades of Feijoa #A2F873

Tints of Feijoa #A2F873

Color information

#A2F873 (or 0xA2F873) is unknown color: approx Feijoa. HEX triplet: A2, F8 and 73. RGB value is (162,248,115). Sum of RGB (Red+Green+Blue) = 162+248+115=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F873 is #5D078C. Grayscale: #CFCFCF. Windows color (decimal): -6096781 or 7600290. OLE color: 7600290.

HSL color Cylindrical-coordinate representation of color #A2F873: hue angle of 98.8º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2F873 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB162248115-
CMYK0.3500.540.03
HSL98.8º90.48%71.18%-
HSV(B)98.8º53.63%97.25%-
XYZ51.5676.0528.18-
YUV207.1276.0195.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 248 (97.27% from 255) = 47.24%
BLUE value IS 115 (45.31% from 255) = 21.90%
R=30.86%
G=47.24%
B=21.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1622481150.3500.540.0398.890.4871.18
HexA2F873230363635a47
Octal242370163430663143132107
Binary10100010111110001110011100011011011011110001110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F873; }

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

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

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

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

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

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

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

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