Shades of Feijoa #A1D771
Tints of Feijoa #A1D771
RGB
CMYK
RGB Variations
Color information
#A1D771 (or 0xA1D771) is known color: Feijoa. HEX triplet: A1, D7 and 71. RGB value is (161,215,113). Sum of RGB (Red+Green+Blue) = 161+215+113=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D771 is #5E288E. Grayscale: #BBBBBB. Windows color (decimal): -6170767 or 7460769. OLE color: 7460769.
HSL color Cylindrical-coordinate representation of color #A1D771: hue angle of 91.76º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1D771 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 113 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.16 |
| HSL | 91.76º | 0.56% | 0.64% | - |
| HSV(B) | 91.76º | 0.47% | 0.84% | - |
| XYZ | 41.98 | 57.37 | 24.48 | - |
| YUV | 187.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 113 | 0.25 | 0 | 0.47 | 0.16 | 91.76 | 0.56 | 0.64 |
| Hex | A1 | D7 | 71 | 19 | 0 | 2F | 10 | 5C | 38 | 40 |
| Octal | 241 | 327 | 161 | 31 | 0 | 57 | 20 | 134 | 70 | 100 |
| Binary | 10100001 | 11010111 | 1110001 | 11001 | 0 | 101111 | 10000 | 1011100 | 111000 | 1000000 |
Color Harmonies of #A1D771
Complementary color
Monochromatic Colors of #A1D771
Black with #A1D771
Text Example
Text Example
White with #A1D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D771; }
p { color: rgb(161,215,113); }
H1.HeaderClassName
{
color: #A1D771;
}
.AnyTagClassName
{
color: #A1D771;
}
</style>
background-color css
<style>
a { background-color: #A1D771; }
a { background-color: rgb(161,215,113); }
div.DivClassName
{
background-color: #A1D771;
}
.BgClassName
{
background-color: #A1D771;
}
</style>
border-color css
<style>
span { border-color: #A1D771; }
span { border-color: rgb(161,215,113); }
td.TdClassName
{
border-color: #A1D771;
}
.TagClassName
{
border-color: #A1D771;
}
</style>