#A5D573

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

Shades of Feijoa #A5D573

Tints of Feijoa #A5D573

Color information

#A5D573 (or 0xA5D573) is unknown color: approx Feijoa. HEX triplet: A5, D5 and 73. RGB value is (165,213,115). Sum of RGB (Red+Green+Blue) = 165+213+115=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D573 is #5A2A8C. Grayscale: #BBBBBB. Windows color (decimal): -5909133 or 7591333. OLE color: 7591333.

HSL color Cylindrical-coordinate representation of color #A5D573: hue angle of 89.39º 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 #A5D573 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB165213115-
CMYK0.2300.460.16
HSL89.39º53.85%64.31%-
HSV(B)89.39º46.01%83.53%-
XYZ42.4156.8324.95-
YUV187.4887.1111.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 213 (83.59% from 255) = 43.20%
BLUE value IS 115 (45.31% from 255) = 23.33%
R=33.47%
G=43.20%
B=23.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131150.2300.460.1689.3953.8564.31
HexA5D5731702E10593640
Octal245325163270562013166100
Binary101001011101010111100111011101011101000010110011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D573; }

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

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

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

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

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

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

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

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