Shades of Feijoa #A9E671
Tints of Feijoa #A9E671
RGB
CMYK
RGB Variations
Color information
#A9E671 (or 0xA9E671) is known color: Feijoa. HEX triplet: A9, E6 and 71. RGB value is (169,230,113). Sum of RGB (Red+Green+Blue) = 169+230+113=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #A9E671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9E671 is #56198E. Grayscale: #C6C6C6. Windows color (decimal): -5642639 or 7464617. OLE color: 7464617.
HSL color Cylindrical-coordinate representation of color #A9E671: hue angle of 91.28º degrees, saturation: 0.7, 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 #A9E671 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 230 | 113 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.10 |
| HSL | 91.28º | 0.7% | 0.67% | - |
| HSV(B) | 91.28º | 0.51% | 0.9% | - |
| XYZ | 47.64 | 66.22 | 25.89 | - |
| YUV | 198.42 | 79.79 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 230 | 113 | 0.27 | 0 | 0.51 | 0.10 | 91.28 | 0.7 | 0.67 |
| Hex | A9 | E6 | 71 | 1B | 0 | 33 | A | 5B | 46 | 43 |
| Octal | 251 | 346 | 161 | 33 | 0 | 63 | 12 | 133 | 106 | 103 |
| Binary | 10101001 | 11100110 | 1110001 | 11011 | 0 | 110011 | 1010 | 1011011 | 1000110 | 1000011 |
Color Harmonies of #A9E671
Complementary color
Monochromatic Colors of #A9E671
Black with #A9E671
Text Example
Text Example
White with #A9E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E671; }
p { color: rgb(169,230,113); }
H1.HeaderClassName
{
color: #A9E671;
}
.AnyTagClassName
{
color: #A9E671;
}
</style>
background-color css
<style>
a { background-color: #A9E671; }
a { background-color: rgb(169,230,113); }
div.DivClassName
{
background-color: #A9E671;
}
.BgClassName
{
background-color: #A9E671;
}
</style>
border-color css
<style>
span { border-color: #A9E671; }
span { border-color: rgb(169,230,113); }
td.TdClassName
{
border-color: #A9E671;
}
.TagClassName
{
border-color: #A9E671;
}
</style>