#A2D773

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

Shades of Feijoa #A2D773

Tints of Feijoa #A2D773

Color information

#A2D773 (or 0xA2D773) is unknown color: approx Feijoa. HEX triplet: A2, D7 and 73. RGB value is (162,215,115). Sum of RGB (Red+Green+Blue) = 162+215+115=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D773 is #5D288C. Grayscale: #BCBCBC. Windows color (decimal): -6105229 or 7591842. OLE color: 7591842.

HSL color Cylindrical-coordinate representation of color #A2D773: hue angle of 91.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2D773 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB162215115-
CMYK0.2500.470.16
HSL91.8º55.56%64.71%-
HSV(B)91.8º46.51%84.31%-
XYZ42.357.5225.09-
YUV187.7586.94109.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 215 (84.38% from 255) = 43.70%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=32.93%
G=43.70%
B=23.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622151150.2500.470.1691.855.5664.71
HexA2D7731902F105c3841
Octal242327163310572013470101
Binary101000101101011111100111100101011111000010111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D773; }

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

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

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

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

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

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

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

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