Shades of Feijoa #A1DA71
Tints of Feijoa #A1DA71
RGB
CMYK
RGB Variations
Color information
#A1DA71 (or 0xA1DA71) is known color: Feijoa. HEX triplet: A1, DA and 71. RGB value is (161,218,113). Sum of RGB (Red+Green+Blue) = 161+218+113=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA71 is #5E258E. Grayscale: #BDBDBD. Windows color (decimal): -6169999 or 7461537. OLE color: 7461537.
HSL color Cylindrical-coordinate representation of color #A1DA71: hue angle of 92.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1DA71 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 113 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.15 |
| HSL | 92.57º | 0.59% | 0.65% | - |
| HSV(B) | 92.57º | 0.48% | 0.85% | - |
| XYZ | 42.75 | 58.91 | 24.74 | - |
| YUV | 188.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 113 | 0.26 | 0 | 0.48 | 0.15 | 92.57 | 0.59 | 0.65 |
| Hex | A1 | DA | 71 | 1A | 0 | 30 | F | 5D | 3B | 41 |
| Octal | 241 | 332 | 161 | 32 | 0 | 60 | 17 | 135 | 73 | 101 |
| Binary | 10100001 | 11011010 | 1110001 | 11010 | 0 | 110000 | 1111 | 1011101 | 111011 | 1000001 |
Color Harmonies of #A1DA71
Complementary color
Monochromatic Colors of #A1DA71
Black with #A1DA71
Text Example
Text Example
White with #A1DA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA71; }
p { color: rgb(161,218,113); }
H1.HeaderClassName
{
color: #A1DA71;
}
.AnyTagClassName
{
color: #A1DA71;
}
</style>
background-color css
<style>
a { background-color: #A1DA71; }
a { background-color: rgb(161,218,113); }
div.DivClassName
{
background-color: #A1DA71;
}
.BgClassName
{
background-color: #A1DA71;
}
</style>
border-color css
<style>
span { border-color: #A1DA71; }
span { border-color: rgb(161,218,113); }
td.TdClassName
{
border-color: #A1DA71;
}
.TagClassName
{
border-color: #A1DA71;
}
</style>