Shades of Feijoa #A9E571
Tints of Feijoa #A9E571
RGB
CMYK
RGB Variations
Color information
#A9E571 (or 0xA9E571) is known color: Feijoa. HEX triplet: A9, E5 and 71. RGB value is (169,229,113). Sum of RGB (Red+Green+Blue) = 169+229+113=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E571 is #561A8E. Grayscale: #C6C6C6. Windows color (decimal): -5642895 or 7464361. OLE color: 7464361.
HSL color Cylindrical-coordinate representation of color #A9E571: hue angle of 91.03º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9E571 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 229 | 113 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.10 |
| HSL | 91.03º | 0.69% | 0.67% | - |
| HSV(B) | 91.03º | 0.51% | 0.9% | - |
| XYZ | 47.36 | 65.67 | 25.8 | - |
| YUV | 197.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 229 | 113 | 0.26 | 0 | 0.51 | 0.10 | 91.03 | 0.69 | 0.67 |
| Hex | A9 | E5 | 71 | 1A | 0 | 33 | A | 5B | 45 | 43 |
| Octal | 251 | 345 | 161 | 32 | 0 | 63 | 12 | 133 | 105 | 103 |
| Binary | 10101001 | 11100101 | 1110001 | 11010 | 0 | 110011 | 1010 | 1011011 | 1000101 | 1000011 |
Color Harmonies of #A9E571
Complementary color
Monochromatic Colors of #A9E571
Black with #A9E571
Text Example
Text Example
White with #A9E571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E571; }
p { color: rgb(169,229,113); }
H1.HeaderClassName
{
color: #A9E571;
}
.AnyTagClassName
{
color: #A9E571;
}
</style>
background-color css
<style>
a { background-color: #A9E571; }
a { background-color: rgb(169,229,113); }
div.DivClassName
{
background-color: #A9E571;
}
.BgClassName
{
background-color: #A9E571;
}
</style>
border-color css
<style>
span { border-color: #A9E571; }
span { border-color: rgb(169,229,113); }
td.TdClassName
{
border-color: #A9E571;
}
.TagClassName
{
border-color: #A9E571;
}
</style>