Shades of Feijoa #A1FB7A
Tints of Feijoa #A1FB7A
RGB
CMYK
RGB Variations
Color information
#A1FB7A (or 0xA1FB7A) is known color: Feijoa. HEX triplet: A1, FB and 7A. RGB value is (161,251,122). Sum of RGB (Red+Green+Blue) = 161+251+122=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB7A is #5E0485. Grayscale: #D1D1D1. Windows color (decimal): -6161542 or 8059809. OLE color: 8059809.
HSL color Cylindrical-coordinate representation of color #A1FB7A: hue angle of 101.86º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1FB7A is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 122 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.02 |
| HSL | 101.86º | 0.94% | 0.73% | - |
| HSV(B) | 101.86º | 0.51% | 0.98% | - |
| XYZ | 52.71 | 77.98 | 30.69 | - |
| YUV | 209.38 | 78.68 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 122 | 0.36 | 0 | 0.51 | 0.02 | 101.86 | 0.94 | 0.73 |
| Hex | A1 | FB | 7A | 24 | 0 | 33 | 2 | 66 | 5E | 49 |
| Octal | 241 | 373 | 172 | 44 | 0 | 63 | 2 | 146 | 136 | 111 |
| Binary | 10100001 | 11111011 | 1111010 | 100100 | 0 | 110011 | 10 | 1100110 | 1011110 | 1001001 |
Color Harmonies of #A1FB7A
Complementary color
Monochromatic Colors of #A1FB7A
Black with #A1FB7A
Text Example
Text Example
White with #A1FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FB7A; }
p { color: rgb(161,251,122); }
H1.HeaderClassName
{
color: #A1FB7A;
}
.AnyTagClassName
{
color: #A1FB7A;
}
</style>
background-color css
<style>
a { background-color: #A1FB7A; }
a { background-color: rgb(161,251,122); }
div.DivClassName
{
background-color: #A1FB7A;
}
.BgClassName
{
background-color: #A1FB7A;
}
</style>
border-color css
<style>
span { border-color: #A1FB7A; }
span { border-color: rgb(161,251,122); }
td.TdClassName
{
border-color: #A1FB7A;
}
.TagClassName
{
border-color: #A1FB7A;
}
</style>