Shades of Feijoa #A4DD89
Tints of Feijoa #A4DD89
RGB
CMYK
RGB Variations
Color information
#A4DD89 (or 0xA4DD89) is known color: Feijoa. HEX triplet: A4, DD and 89. RGB value is (164,221,137). Sum of RGB (Red+Green+Blue) = 164+221+137=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DD89 is #5B2276. Grayscale: #C2C2C2. Windows color (decimal): -5972599 or 9035172. OLE color: 9035172.
HSL color Cylindrical-coordinate representation of color #A4DD89: hue angle of 100.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4DD89 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 137 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.13 |
| HSL | 100.71º | 0.55% | 0.7% | - |
| HSV(B) | 100.71º | 0.38% | 0.87% | - |
| XYZ | 45.68 | 61.41 | 33.11 | - |
| YUV | 194.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 137 | 0.26 | 0 | 0.38 | 0.13 | 100.71 | 0.55 | 0.7 |
| Hex | A4 | DD | 89 | 1A | 0 | 26 | D | 65 | 37 | 46 |
| Octal | 244 | 335 | 211 | 32 | 0 | 46 | 15 | 145 | 67 | 106 |
| Binary | 10100100 | 11011101 | 10001001 | 11010 | 0 | 100110 | 1101 | 1100101 | 110111 | 1000110 |
Color Harmonies of #A4DD89
Complementary color
Monochromatic Colors of #A4DD89
Black with #A4DD89
Text Example
Text Example
White with #A4DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD89; }
p { color: rgb(164,221,137); }
H1.HeaderClassName
{
color: #A4DD89;
}
.AnyTagClassName
{
color: #A4DD89;
}
</style>
background-color css
<style>
a { background-color: #A4DD89; }
a { background-color: rgb(164,221,137); }
div.DivClassName
{
background-color: #A4DD89;
}
.BgClassName
{
background-color: #A4DD89;
}
</style>
border-color css
<style>
span { border-color: #A4DD89; }
span { border-color: rgb(164,221,137); }
td.TdClassName
{
border-color: #A4DD89;
}
.TagClassName
{
border-color: #A4DD89;
}
</style>