#A1DA73

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

Shades of Feijoa #A1DA73

Tints of Feijoa #A1DA73

Color information

#A1DA73 (or 0xA1DA73) is unknown color: approx Feijoa. HEX triplet: A1, DA and 73. RGB value is (161,218,115). Sum of RGB (Red+Green+Blue) = 161+218+115=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA73 is #5E258C. Grayscale: #BDBDBD. Windows color (decimal): -6169997 or 7592609. OLE color: 7592609.

HSL color Cylindrical-coordinate representation of color #A1DA73: hue angle of 93.2º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1DA73 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB161218115-
CMYK0.2600.470.15
HSL93.2º58.19%65.29%-
HSV(B)93.2º47.25%85.49%-
XYZ42.8658.9625.34-
YUV189.2286.12107.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=32.59%
G=44.13%
B=23.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181150.2600.470.1593.258.1965.29
HexA1DA731A02FF5d3a41
Octal241332163320571713572101
Binary10100001110110101110011110100101111111110111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DA73; }

 p { color: rgb(161,218,115); }

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

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

 a { background-color: rgb(161,218,115); }

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

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

 span { border-color: rgb(161,218,115); }

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