Shades of Feijoa #A4E289
Tints of Feijoa #A4E289
RGB
CMYK
RGB Variations
Color information
#A4E289 (or 0xA4E289) is known color: Feijoa. HEX triplet: A4, E2 and 89. RGB value is (164,226,137). Sum of RGB (Red+Green+Blue) = 164+226+137=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E289 is #5B1D76. Grayscale: #C5C5C5. Windows color (decimal): -5971319 or 9036452. OLE color: 9036452.
HSL color Cylindrical-coordinate representation of color #A4E289: hue angle of 101.8º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4E289 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 137 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.11 |
| HSL | 101.8º | 0.61% | 0.71% | - |
| HSV(B) | 101.8º | 0.39% | 0.89% | - |
| XYZ | 47.02 | 64.09 | 33.56 | - |
| YUV | 197.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 137 | 0.27 | 0 | 0.39 | 0.11 | 101.8 | 0.61 | 0.71 |
| Hex | A4 | E2 | 89 | 1B | 0 | 27 | B | 66 | 3D | 47 |
| Octal | 244 | 342 | 211 | 33 | 0 | 47 | 13 | 146 | 75 | 107 |
| Binary | 10100100 | 11100010 | 10001001 | 11011 | 0 | 100111 | 1011 | 1100110 | 111101 | 1000111 |
Color Harmonies of #A4E289
Complementary color
Monochromatic Colors of #A4E289
Black with #A4E289
Text Example
Text Example
White with #A4E289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E289; }
p { color: rgb(164,226,137); }
H1.HeaderClassName
{
color: #A4E289;
}
.AnyTagClassName
{
color: #A4E289;
}
</style>
background-color css
<style>
a { background-color: #A4E289; }
a { background-color: rgb(164,226,137); }
div.DivClassName
{
background-color: #A4E289;
}
.BgClassName
{
background-color: #A4E289;
}
</style>
border-color css
<style>
span { border-color: #A4E289; }
span { border-color: rgb(164,226,137); }
td.TdClassName
{
border-color: #A4E289;
}
.TagClassName
{
border-color: #A4E289;
}
</style>