#A5E973

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

Shades of Feijoa #A5E973

Tints of Feijoa #A5E973

Color information

#A5E973 (or 0xA5E973) is unknown color: approx Feijoa. HEX triplet: A5, E9 and 73. RGB value is (165,233,115). Sum of RGB (Red+Green+Blue) = 165+233+115=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E973 is #5A168C. Grayscale: #C7C7C7. Windows color (decimal): -5904013 or 7596453. OLE color: 7596453.

HSL color Cylindrical-coordinate representation of color #A5E973: hue angle of 94.58º 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 #A5E973 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB165233115-
CMYK0.2900.510.09
HSL94.58º72.84%68.24%-
HSV(B)94.58º50.64%91.37%-
XYZ47.7567.5126.73-
YUV199.2280.47103.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 233 (91.41% from 255) = 45.42%
BLUE value IS 115 (45.31% from 255) = 22.42%
R=32.16%
G=45.42%
B=22.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652331150.2900.510.0994.5872.8468.24
HexA5E9731D03395f4944
Octal2453511633506311137111104
Binary101001011110100111100111110101100111001101111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E973; }

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

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

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

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

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

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

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

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