#A2D573

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

Shades of Feijoa #A2D573

Tints of Feijoa #A2D573

Color information

#A2D573 (or 0xA2D573) is unknown color: approx Feijoa. HEX triplet: A2, D5 and 73. RGB value is (162,213,115). Sum of RGB (Red+Green+Blue) = 162+213+115=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D573 is #5D2A8C. Grayscale: #BABABA. Windows color (decimal): -6105741 or 7591330. OLE color: 7591330.

HSL color Cylindrical-coordinate representation of color #A2D573: hue angle of 91.22º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2D573 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB162213115-
CMYK0.2400.460.16
HSL91.22º53.85%64.31%-
HSV(B)91.22º46.01%83.53%-
XYZ41.7956.5124.92-
YUV186.5887.6110.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=33.06%
G=43.47%
B=23.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622131150.2400.460.1691.2253.8564.31
HexA2D5731802E105b3640
Octal242325163300562013366100
Binary101000101101010111100111100001011101000010110111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D573; }

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

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

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

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

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

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

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

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