Shades of Feijoa #A1D671
Tints of Feijoa #A1D671
RGB
CMYK
RGB Variations
Color information
#A1D671 (or 0xA1D671) is known color: Feijoa. HEX triplet: A1, D6 and 71. RGB value is (161,214,113). Sum of RGB (Red+Green+Blue) = 161+214+113=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D671 is #5E298E. Grayscale: #BABABA. Windows color (decimal): -6171023 or 7460513. OLE color: 7460513.
HSL color Cylindrical-coordinate representation of color #A1D671: hue angle of 91.49º degrees, saturation: 0.55, 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 #A1D671 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 113 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.16 |
| HSL | 91.49º | 0.55% | 0.64% | - |
| HSV(B) | 91.49º | 0.47% | 0.84% | - |
| XYZ | 41.73 | 56.86 | 24.4 | - |
| YUV | 186.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 113 | 0.25 | 0 | 0.47 | 0.16 | 91.49 | 0.55 | 0.64 |
| Hex | A1 | D6 | 71 | 19 | 0 | 2F | 10 | 5B | 37 | 40 |
| Octal | 241 | 326 | 161 | 31 | 0 | 57 | 20 | 133 | 67 | 100 |
| Binary | 10100001 | 11010110 | 1110001 | 11001 | 0 | 101111 | 10000 | 1011011 | 110111 | 1000000 |
Color Harmonies of #A1D671
Complementary color
Monochromatic Colors of #A1D671
Black with #A1D671
Text Example
Text Example
White with #A1D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D671; }
p { color: rgb(161,214,113); }
H1.HeaderClassName
{
color: #A1D671;
}
.AnyTagClassName
{
color: #A1D671;
}
</style>
background-color css
<style>
a { background-color: #A1D671; }
a { background-color: rgb(161,214,113); }
div.DivClassName
{
background-color: #A1D671;
}
.BgClassName
{
background-color: #A1D671;
}
</style>
border-color css
<style>
span { border-color: #A1D671; }
span { border-color: rgb(161,214,113); }
td.TdClassName
{
border-color: #A1D671;
}
.TagClassName
{
border-color: #A1D671;
}
</style>