Shades of Feijoa #A4E371
Tints of Feijoa #A4E371
RGB
CMYK
RGB Variations
Color information
#A4E371 (or 0xA4E371) is known color: Feijoa. HEX triplet: A4, E3 and 71. RGB value is (164,227,113). Sum of RGB (Red+Green+Blue) = 164+227+113=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E371 is #5B1C8E. Grayscale: #C3C3C3. Windows color (decimal): -5971087 or 7463844. OLE color: 7463844.
HSL color Cylindrical-coordinate representation of color #A4E371: hue angle of 93.16º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4E371 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 227 | 113 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.11 |
| HSL | 93.16º | 0.67% | 0.67% | - |
| HSV(B) | 93.16º | 0.5% | 0.89% | - |
| XYZ | 45.76 | 64.02 | 25.57 | - |
| YUV | 195.17 | 81.63 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 227 | 113 | 0.28 | 0 | 0.50 | 0.11 | 93.16 | 0.67 | 0.67 |
| Hex | A4 | E3 | 71 | 1C | 0 | 32 | B | 5D | 43 | 43 |
| Octal | 244 | 343 | 161 | 34 | 0 | 62 | 13 | 135 | 103 | 103 |
| Binary | 10100100 | 11100011 | 1110001 | 11100 | 0 | 110010 | 1011 | 1011101 | 1000011 | 1000011 |
Color Harmonies of #A4E371
Complementary color
Monochromatic Colors of #A4E371
Black with #A4E371
Text Example
Text Example
White with #A4E371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E371; }
p { color: rgb(164,227,113); }
H1.HeaderClassName
{
color: #A4E371;
}
.AnyTagClassName
{
color: #A4E371;
}
</style>
background-color css
<style>
a { background-color: #A4E371; }
a { background-color: rgb(164,227,113); }
div.DivClassName
{
background-color: #A4E371;
}
.BgClassName
{
background-color: #A4E371;
}
</style>
border-color css
<style>
span { border-color: #A4E371; }
span { border-color: rgb(164,227,113); }
td.TdClassName
{
border-color: #A4E371;
}
.TagClassName
{
border-color: #A4E371;
}
</style>