Shades of Feijoa #A4E47E
Tints of Feijoa #A4E47E
RGB
CMYK
RGB Variations
Color information
#A4E47E (or 0xA4E47E) is known color: Feijoa. HEX triplet: A4, E4 and 7E. RGB value is (164,228,126). Sum of RGB (Red+Green+Blue) = 164+228+126=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E47E is #5B1B81. Grayscale: #C5C5C5. Windows color (decimal): -5970818 or 8316068. OLE color: 8316068.
HSL color Cylindrical-coordinate representation of color #A4E47E: hue angle of 97.65º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4E47E is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 228 | 126 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.11 |
| HSL | 97.65º | 0.65% | 0.69% | - |
| HSV(B) | 97.65º | 0.45% | 0.89% | - |
| XYZ | 46.82 | 64.89 | 29.8 | - |
| YUV | 197.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 228 | 126 | 0.28 | 0 | 0.45 | 0.11 | 97.65 | 0.65 | 0.69 |
| Hex | A4 | E4 | 7E | 1C | 0 | 2D | B | 62 | 41 | 45 |
| Octal | 244 | 344 | 176 | 34 | 0 | 55 | 13 | 142 | 101 | 105 |
| Binary | 10100100 | 11100100 | 1111110 | 11100 | 0 | 101101 | 1011 | 1100010 | 1000001 | 1000101 |
Color Harmonies of #A4E47E
Complementary color
Monochromatic Colors of #A4E47E
Black with #A4E47E
Text Example
Text Example
White with #A4E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E47E; }
p { color: rgb(164,228,126); }
H1.HeaderClassName
{
color: #A4E47E;
}
.AnyTagClassName
{
color: #A4E47E;
}
</style>
background-color css
<style>
a { background-color: #A4E47E; }
a { background-color: rgb(164,228,126); }
div.DivClassName
{
background-color: #A4E47E;
}
.BgClassName
{
background-color: #A4E47E;
}
</style>
border-color css
<style>
span { border-color: #A4E47E; }
span { border-color: rgb(164,228,126); }
td.TdClassName
{
border-color: #A4E47E;
}
.TagClassName
{
border-color: #A4E47E;
}
</style>