Shades of Feijoa #A1D470
Tints of Feijoa #A1D470
RGB
CMYK
RGB Variations
Color information
#A1D470 (or 0xA1D470) is known color: Feijoa. HEX triplet: A1, D4 and 70. RGB value is (161,212,112). Sum of RGB (Red+Green+Blue) = 161+212+112=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D470 is #5E2B8F. Grayscale: #B9B9B9. Windows color (decimal): -6171536 or 7394465. OLE color: 7394465.
HSL color Cylindrical-coordinate representation of color #A1D470: hue angle of 90.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1D470 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 112 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.17 |
| HSL | 90.6º | 0.54% | 0.64% | - |
| HSV(B) | 90.6º | 0.47% | 0.83% | - |
| XYZ | 41.17 | 55.83 | 23.94 | - |
| YUV | 185.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 112 | 0.24 | 0 | 0.47 | 0.17 | 90.6 | 0.54 | 0.64 |
| Hex | A1 | D4 | 70 | 18 | 0 | 2F | 11 | 5B | 36 | 40 |
| Octal | 241 | 324 | 160 | 30 | 0 | 57 | 21 | 133 | 66 | 100 |
| Binary | 10100001 | 11010100 | 1110000 | 11000 | 0 | 101111 | 10001 | 1011011 | 110110 | 1000000 |
Color Harmonies of #A1D470
Complementary color
Monochromatic Colors of #A1D470
Black with #A1D470
Text Example
Text Example
White with #A1D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D470; }
p { color: rgb(161,212,112); }
H1.HeaderClassName
{
color: #A1D470;
}
.AnyTagClassName
{
color: #A1D470;
}
</style>
background-color css
<style>
a { background-color: #A1D470; }
a { background-color: rgb(161,212,112); }
div.DivClassName
{
background-color: #A1D470;
}
.BgClassName
{
background-color: #A1D470;
}
</style>
border-color css
<style>
span { border-color: #A1D470; }
span { border-color: rgb(161,212,112); }
td.TdClassName
{
border-color: #A1D470;
}
.TagClassName
{
border-color: #A1D470;
}
</style>