Shades of Feijoa #A1DF73
Tints of Feijoa #A1DF73
RGB
CMYK
RGB Variations
Color information
#A1DF73 (or 0xA1DF73) is known color: Feijoa. HEX triplet: A1, DF and 73. RGB value is (161,223,115). Sum of RGB (Red+Green+Blue) = 161+223+115=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF73 is #5E208C. Grayscale: #C0C0C0. Windows color (decimal): -6168717 or 7593889. OLE color: 7593889.
HSL color Cylindrical-coordinate representation of color #A1DF73: hue angle of 94.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1DF73 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 115 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.13 |
| HSL | 94.44º | 0.63% | 0.66% | - |
| HSV(B) | 94.44º | 0.48% | 0.87% | - |
| XYZ | 44.18 | 61.59 | 25.78 | - |
| YUV | 192.15 | 84.46 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 115 | 0.28 | 0 | 0.48 | 0.13 | 94.44 | 0.63 | 0.66 |
| Hex | A1 | DF | 73 | 1C | 0 | 30 | D | 5E | 3F | 42 |
| Octal | 241 | 337 | 163 | 34 | 0 | 60 | 15 | 136 | 77 | 102 |
| Binary | 10100001 | 11011111 | 1110011 | 11100 | 0 | 110000 | 1101 | 1011110 | 111111 | 1000010 |
Color Harmonies of #A1DF73
Complementary color
Monochromatic Colors of #A1DF73
Black with #A1DF73
Text Example
Text Example
White with #A1DF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF73; }
p { color: rgb(161,223,115); }
H1.HeaderClassName
{
color: #A1DF73;
}
.AnyTagClassName
{
color: #A1DF73;
}
</style>
background-color css
<style>
a { background-color: #A1DF73; }
a { background-color: rgb(161,223,115); }
div.DivClassName
{
background-color: #A1DF73;
}
.BgClassName
{
background-color: #A1DF73;
}
</style>
border-color css
<style>
span { border-color: #A1DF73; }
span { border-color: rgb(161,223,115); }
td.TdClassName
{
border-color: #A1DF73;
}
.TagClassName
{
border-color: #A1DF73;
}
</style>