Shades of Feijoa #A1E97A
Tints of Feijoa #A1E97A
RGB
CMYK
RGB Variations
Color information
#A1E97A (or 0xA1E97A) is known color: Feijoa. HEX triplet: A1, E9 and 7A. RGB value is (161,233,122). Sum of RGB (Red+Green+Blue) = 161+233+122=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E97A is #5E1685. Grayscale: #C7C7C7. Windows color (decimal): -6166150 or 8055201. OLE color: 8055201.
HSL color Cylindrical-coordinate representation of color #A1E97A: hue angle of 98.92º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1E97A is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 122 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.09 |
| HSL | 98.92º | 0.72% | 0.7% | - |
| HSV(B) | 98.92º | 0.48% | 0.91% | - |
| XYZ | 47.35 | 67.26 | 28.9 | - |
| YUV | 198.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 122 | 0.31 | 0 | 0.48 | 0.09 | 98.92 | 0.72 | 0.7 |
| Hex | A1 | E9 | 7A | 1F | 0 | 30 | 9 | 63 | 48 | 46 |
| Octal | 241 | 351 | 172 | 37 | 0 | 60 | 11 | 143 | 110 | 106 |
| Binary | 10100001 | 11101001 | 1111010 | 11111 | 0 | 110000 | 1001 | 1100011 | 1001000 | 1000110 |
Color Harmonies of #A1E97A
Complementary color
Monochromatic Colors of #A1E97A
Black with #A1E97A
Text Example
Text Example
White with #A1E97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E97A; }
p { color: rgb(161,233,122); }
H1.HeaderClassName
{
color: #A1E97A;
}
.AnyTagClassName
{
color: #A1E97A;
}
</style>
background-color css
<style>
a { background-color: #A1E97A; }
a { background-color: rgb(161,233,122); }
div.DivClassName
{
background-color: #A1E97A;
}
.BgClassName
{
background-color: #A1E97A;
}
</style>
border-color css
<style>
span { border-color: #A1E97A; }
span { border-color: rgb(161,233,122); }
td.TdClassName
{
border-color: #A1E97A;
}
.TagClassName
{
border-color: #A1E97A;
}
</style>