Shades of Feijoa #A1E46F
Tints of Feijoa #A1E46F
RGB
CMYK
RGB Variations
Color information
#A1E46F (or 0xA1E46F) is known color: Feijoa. HEX triplet: A1, E4 and 6F. RGB value is (161,228,111). Sum of RGB (Red+Green+Blue) = 161+228+111=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E46F is #5E1B90. Grayscale: #C3C3C3. Windows color (decimal): -6167441 or 7333025. OLE color: 7333025.
HSL color Cylindrical-coordinate representation of color #A1E46F: hue angle of 94.36º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1E46F is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 111 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.11 |
| HSL | 94.36º | 0.68% | 0.66% | - |
| HSV(B) | 94.36º | 0.51% | 0.89% | - |
| XYZ | 45.31 | 64.21 | 25.04 | - |
| YUV | 194.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 111 | 0.29 | 0 | 0.51 | 0.11 | 94.36 | 0.68 | 0.66 |
| Hex | A1 | E4 | 6F | 1D | 0 | 33 | B | 5E | 44 | 42 |
| Octal | 241 | 344 | 157 | 35 | 0 | 63 | 13 | 136 | 104 | 102 |
| Binary | 10100001 | 11100100 | 1101111 | 11101 | 0 | 110011 | 1011 | 1011110 | 1000100 | 1000010 |
Color Harmonies of #A1E46F
Complementary color
Monochromatic Colors of #A1E46F
Black with #A1E46F
Text Example
Text Example
White with #A1E46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E46F; }
p { color: rgb(161,228,111); }
H1.HeaderClassName
{
color: #A1E46F;
}
.AnyTagClassName
{
color: #A1E46F;
}
</style>
background-color css
<style>
a { background-color: #A1E46F; }
a { background-color: rgb(161,228,111); }
div.DivClassName
{
background-color: #A1E46F;
}
.BgClassName
{
background-color: #A1E46F;
}
</style>
border-color css
<style>
span { border-color: #A1E46F; }
span { border-color: rgb(161,228,111); }
td.TdClassName
{
border-color: #A1E46F;
}
.TagClassName
{
border-color: #A1E46F;
}
</style>