Shades of Feijoa #A1E579
Tints of Feijoa #A1E579
RGB
CMYK
RGB Variations
Color information
#A1E579 (or 0xA1E579) is known color: Feijoa. HEX triplet: A1, E5 and 79. RGB value is (161,229,121). Sum of RGB (Red+Green+Blue) = 161+229+121=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E579 is #5E1A86. Grayscale: #C4C4C4. Windows color (decimal): -6167175 or 7988641. OLE color: 7988641.
HSL color Cylindrical-coordinate representation of color #A1E579: hue angle of 97.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1E579 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 121 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.10 |
| HSL | 97.78º | 0.68% | 0.69% | - |
| HSV(B) | 97.78º | 0.47% | 0.9% | - |
| XYZ | 46.17 | 65 | 28.2 | - |
| YUV | 196.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 121 | 0.30 | 0 | 0.47 | 0.10 | 97.78 | 0.68 | 0.69 |
| Hex | A1 | E5 | 79 | 1E | 0 | 2F | A | 62 | 44 | 45 |
| Octal | 241 | 345 | 171 | 36 | 0 | 57 | 12 | 142 | 104 | 105 |
| Binary | 10100001 | 11100101 | 1111001 | 11110 | 0 | 101111 | 1010 | 1100010 | 1000100 | 1000101 |
Color Harmonies of #A1E579
Complementary color
Monochromatic Colors of #A1E579
Black with #A1E579
Text Example
Text Example
White with #A1E579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E579; }
p { color: rgb(161,229,121); }
H1.HeaderClassName
{
color: #A1E579;
}
.AnyTagClassName
{
color: #A1E579;
}
</style>
background-color css
<style>
a { background-color: #A1E579; }
a { background-color: rgb(161,229,121); }
div.DivClassName
{
background-color: #A1E579;
}
.BgClassName
{
background-color: #A1E579;
}
</style>
border-color css
<style>
span { border-color: #A1E579; }
span { border-color: rgb(161,229,121); }
td.TdClassName
{
border-color: #A1E579;
}
.TagClassName
{
border-color: #A1E579;
}
</style>