Shades of Feijoa #A4E476
Tints of Feijoa #A4E476
RGB
CMYK
RGB Variations
Color information
#A4E476 (or 0xA4E476) is known color: Feijoa. HEX triplet: A4, E4 and 76. RGB value is (164,228,118). Sum of RGB (Red+Green+Blue) = 164+228+118=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E476 is #5B1B89. Grayscale: #C4C4C4. Windows color (decimal): -5970826 or 7791780. OLE color: 7791780.
HSL color Cylindrical-coordinate representation of color #A4E476: hue angle of 94.91º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4E476 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 228 | 118 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.11 |
| HSL | 94.91º | 0.67% | 0.68% | - |
| HSV(B) | 94.91º | 0.48% | 0.89% | - |
| XYZ | 46.32 | 64.69 | 27.18 | - |
| YUV | 196.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 228 | 118 | 0.28 | 0 | 0.48 | 0.11 | 94.91 | 0.67 | 0.68 |
| Hex | A4 | E4 | 76 | 1C | 0 | 30 | B | 5F | 43 | 44 |
| Octal | 244 | 344 | 166 | 34 | 0 | 60 | 13 | 137 | 103 | 104 |
| Binary | 10100100 | 11100100 | 1110110 | 11100 | 0 | 110000 | 1011 | 1011111 | 1000011 | 1000100 |
Color Harmonies of #A4E476
Complementary color
Monochromatic Colors of #A4E476
Black with #A4E476
Text Example
Text Example
White with #A4E476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E476; }
p { color: rgb(164,228,118); }
H1.HeaderClassName
{
color: #A4E476;
}
.AnyTagClassName
{
color: #A4E476;
}
</style>
background-color css
<style>
a { background-color: #A4E476; }
a { background-color: rgb(164,228,118); }
div.DivClassName
{
background-color: #A4E476;
}
.BgClassName
{
background-color: #A4E476;
}
</style>
border-color css
<style>
span { border-color: #A4E476; }
span { border-color: rgb(164,228,118); }
td.TdClassName
{
border-color: #A4E476;
}
.TagClassName
{
border-color: #A4E476;
}
</style>