Shades of Feijoa #A9E57E
Tints of Feijoa #A9E57E
RGB
CMYK
RGB Variations
Color information
#A9E57E (or 0xA9E57E) is known color: Feijoa. HEX triplet: A9, E5 and 7E. RGB value is (169,229,126). Sum of RGB (Red+Green+Blue) = 169+229+126=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E57E is #561A81. Grayscale: #C7C7C7. Windows color (decimal): -5642882 or 8316329. OLE color: 8316329.
HSL color Cylindrical-coordinate representation of color #A9E57E: hue angle of 94.95º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9E57E is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 229 | 126 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.10 |
| HSL | 94.95º | 0.66% | 0.7% | - |
| HSV(B) | 94.95º | 0.45% | 0.9% | - |
| XYZ | 48.15 | 65.98 | 29.94 | - |
| YUV | 199.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 229 | 126 | 0.26 | 0 | 0.45 | 0.10 | 94.95 | 0.66 | 0.7 |
| Hex | A9 | E5 | 7E | 1A | 0 | 2D | A | 5F | 42 | 46 |
| Octal | 251 | 345 | 176 | 32 | 0 | 55 | 12 | 137 | 102 | 106 |
| Binary | 10101001 | 11100101 | 1111110 | 11010 | 0 | 101101 | 1010 | 1011111 | 1000010 | 1000110 |
Color Harmonies of #A9E57E
Complementary color
Monochromatic Colors of #A9E57E
Black with #A9E57E
Text Example
Text Example
White with #A9E57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E57E; }
p { color: rgb(169,229,126); }
H1.HeaderClassName
{
color: #A9E57E;
}
.AnyTagClassName
{
color: #A9E57E;
}
</style>
background-color css
<style>
a { background-color: #A9E57E; }
a { background-color: rgb(169,229,126); }
div.DivClassName
{
background-color: #A9E57E;
}
.BgClassName
{
background-color: #A9E57E;
}
</style>
border-color css
<style>
span { border-color: #A9E57E; }
span { border-color: rgb(169,229,126); }
td.TdClassName
{
border-color: #A9E57E;
}
.TagClassName
{
border-color: #A9E57E;
}
</style>