Shades of Feijoa #A1E577
Tints of Feijoa #A1E577
RGB
CMYK
RGB Variations
Color information
#A1E577 (or 0xA1E577) is known color: Feijoa. HEX triplet: A1, E5 and 77. RGB value is (161,229,119). Sum of RGB (Red+Green+Blue) = 161+229+119=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E577 is #5E1A88. Grayscale: #C4C4C4. Windows color (decimal): -6167177 or 7857569. OLE color: 7857569.
HSL color Cylindrical-coordinate representation of color #A1E577: hue angle of 97.09º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1E577 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 119 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.10 |
| HSL | 97.09º | 0.68% | 0.68% | - |
| HSV(B) | 97.09º | 0.48% | 0.9% | - |
| XYZ | 46.05 | 64.95 | 27.56 | - |
| YUV | 196.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 119 | 0.30 | 0 | 0.48 | 0.10 | 97.09 | 0.68 | 0.68 |
| Hex | A1 | E5 | 77 | 1E | 0 | 30 | A | 61 | 44 | 44 |
| Octal | 241 | 345 | 167 | 36 | 0 | 60 | 12 | 141 | 104 | 104 |
| Binary | 10100001 | 11100101 | 1110111 | 11110 | 0 | 110000 | 1010 | 1100001 | 1000100 | 1000100 |
Color Harmonies of #A1E577
Complementary color
Monochromatic Colors of #A1E577
Black with #A1E577
Text Example
Text Example
White with #A1E577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E577; }
p { color: rgb(161,229,119); }
H1.HeaderClassName
{
color: #A1E577;
}
.AnyTagClassName
{
color: #A1E577;
}
</style>
background-color css
<style>
a { background-color: #A1E577; }
a { background-color: rgb(161,229,119); }
div.DivClassName
{
background-color: #A1E577;
}
.BgClassName
{
background-color: #A1E577;
}
</style>
border-color css
<style>
span { border-color: #A1E577; }
span { border-color: rgb(161,229,119); }
td.TdClassName
{
border-color: #A1E577;
}
.TagClassName
{
border-color: #A1E577;
}
</style>