Shades of Feijoa #A1E46E
Tints of Feijoa #A1E46E
RGB
CMYK
RGB Variations
Color information
#A1E46E (or 0xA1E46E) is known color: Feijoa. HEX triplet: A1, E4 and 6E. RGB value is (161,228,110). Sum of RGB (Red+Green+Blue) = 161+228+110=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E46E is #5E1B91. Grayscale: #C2C2C2. Windows color (decimal): -6167442 or 7267489. OLE color: 7267489.
HSL color Cylindrical-coordinate representation of color #A1E46E: hue angle of 94.07º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1E46E is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 110 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.11 |
| HSL | 94.07º | 0.69% | 0.66% | - |
| HSV(B) | 94.07º | 0.52% | 0.89% | - |
| XYZ | 45.26 | 64.19 | 24.76 | - |
| YUV | 194.52 | 80.3 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 110 | 0.29 | 0 | 0.52 | 0.11 | 94.07 | 0.69 | 0.66 |
| Hex | A1 | E4 | 6E | 1D | 0 | 34 | B | 5E | 45 | 42 |
| Octal | 241 | 344 | 156 | 35 | 0 | 64 | 13 | 136 | 105 | 102 |
| Binary | 10100001 | 11100100 | 1101110 | 11101 | 0 | 110100 | 1011 | 1011110 | 1000101 | 1000010 |
Color Harmonies of #A1E46E
Complementary color
Monochromatic Colors of #A1E46E
Black with #A1E46E
Text Example
Text Example
White with #A1E46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E46E; }
p { color: rgb(161,228,110); }
H1.HeaderClassName
{
color: #A1E46E;
}
.AnyTagClassName
{
color: #A1E46E;
}
</style>
background-color css
<style>
a { background-color: #A1E46E; }
a { background-color: rgb(161,228,110); }
div.DivClassName
{
background-color: #A1E46E;
}
.BgClassName
{
background-color: #A1E46E;
}
</style>
border-color css
<style>
span { border-color: #A1E46E; }
span { border-color: rgb(161,228,110); }
td.TdClassName
{
border-color: #A1E46E;
}
.TagClassName
{
border-color: #A1E46E;
}
</style>