Shades of Feijoa #A4E37A
Tints of Feijoa #A4E37A
RGB
CMYK
RGB Variations
Color information
#A4E37A (or 0xA4E37A) is known color: Feijoa. HEX triplet: A4, E3 and 7A. RGB value is (164,227,122). Sum of RGB (Red+Green+Blue) = 164+227+122=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E37A is #5B1C85. Grayscale: #C4C4C4. Windows color (decimal): -5971078 or 8053668. OLE color: 8053668.
HSL color Cylindrical-coordinate representation of color #A4E37A: hue angle of 96º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4E37A is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 227 | 122 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.11 |
| HSL | 96º | 0.65% | 0.68% | - |
| HSV(B) | 96º | 0.46% | 0.89% | - |
| XYZ | 46.29 | 64.24 | 28.37 | - |
| YUV | 196.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 227 | 122 | 0.28 | 0 | 0.46 | 0.11 | 96 | 0.65 | 0.68 |
| Hex | A4 | E3 | 7A | 1C | 0 | 2E | B | 60 | 41 | 44 |
| Octal | 244 | 343 | 172 | 34 | 0 | 56 | 13 | 140 | 101 | 104 |
| Binary | 10100100 | 11100011 | 1111010 | 11100 | 0 | 101110 | 1011 | 1100000 | 1000001 | 1000100 |
Color Harmonies of #A4E37A
Complementary color
Monochromatic Colors of #A4E37A
Black with #A4E37A
Text Example
Text Example
White with #A4E37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E37A; }
p { color: rgb(164,227,122); }
H1.HeaderClassName
{
color: #A4E37A;
}
.AnyTagClassName
{
color: #A4E37A;
}
</style>
background-color css
<style>
a { background-color: #A4E37A; }
a { background-color: rgb(164,227,122); }
div.DivClassName
{
background-color: #A4E37A;
}
.BgClassName
{
background-color: #A4E37A;
}
</style>
border-color css
<style>
span { border-color: #A4E37A; }
span { border-color: rgb(164,227,122); }
td.TdClassName
{
border-color: #A4E37A;
}
.TagClassName
{
border-color: #A4E37A;
}
</style>