Shades of Feijoa #A4E477
Tints of Feijoa #A4E477
RGB
CMYK
RGB Variations
Color information
#A4E477 (or 0xA4E477) is known color: Feijoa. HEX triplet: A4, E4 and 77. RGB value is (164,228,119). Sum of RGB (Red+Green+Blue) = 164+228+119=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E477 is #5B1B88. Grayscale: #C4C4C4. Windows color (decimal): -5970825 or 7857316. OLE color: 7857316.
HSL color Cylindrical-coordinate representation of color #A4E477: hue angle of 95.23º 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 #A4E477 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 228 | 119 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.11 |
| HSL | 95.23º | 0.67% | 0.68% | - |
| HSV(B) | 95.23º | 0.48% | 0.89% | - |
| XYZ | 46.38 | 64.71 | 27.5 | - |
| YUV | 196.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 228 | 119 | 0.28 | 0 | 0.48 | 0.11 | 95.23 | 0.67 | 0.68 |
| Hex | A4 | E4 | 77 | 1C | 0 | 30 | B | 5F | 43 | 44 |
| Octal | 244 | 344 | 167 | 34 | 0 | 60 | 13 | 137 | 103 | 104 |
| Binary | 10100100 | 11100100 | 1110111 | 11100 | 0 | 110000 | 1011 | 1011111 | 1000011 | 1000100 |
Color Harmonies of #A4E477
Complementary color
Monochromatic Colors of #A4E477
Black with #A4E477
Text Example
Text Example
White with #A4E477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E477; }
p { color: rgb(164,228,119); }
H1.HeaderClassName
{
color: #A4E477;
}
.AnyTagClassName
{
color: #A4E477;
}
</style>
background-color css
<style>
a { background-color: #A4E477; }
a { background-color: rgb(164,228,119); }
div.DivClassName
{
background-color: #A4E477;
}
.BgClassName
{
background-color: #A4E477;
}
</style>
border-color css
<style>
span { border-color: #A4E477; }
span { border-color: rgb(164,228,119); }
td.TdClassName
{
border-color: #A4E477;
}
.TagClassName
{
border-color: #A4E477;
}
</style>