Shades of Feijoa #A4D98B
Tints of Feijoa #A4D98B
RGB
CMYK
RGB Variations
Color information
#A4D98B (or 0xA4D98B) is known color: Feijoa. HEX triplet: A4, D9 and 8B. RGB value is (164,217,139). Sum of RGB (Red+Green+Blue) = 164+217+139=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D98B is #5B2674. Grayscale: #C0C0C0. Windows color (decimal): -5973621 or 9165220. OLE color: 9165220.
HSL color Cylindrical-coordinate representation of color #A4D98B: hue angle of 100.77º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4D98B is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 139 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.15 |
| HSL | 100.77º | 0.51% | 0.7% | - |
| HSV(B) | 100.77º | 0.36% | 0.85% | - |
| XYZ | 44.78 | 59.38 | 33.53 | - |
| YUV | 192.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 139 | 0.24 | 0 | 0.36 | 0.15 | 100.77 | 0.51 | 0.7 |
| Hex | A4 | D9 | 8B | 18 | 0 | 24 | F | 65 | 33 | 46 |
| Octal | 244 | 331 | 213 | 30 | 0 | 44 | 17 | 145 | 63 | 106 |
| Binary | 10100100 | 11011001 | 10001011 | 11000 | 0 | 100100 | 1111 | 1100101 | 110011 | 1000110 |
Color Harmonies of #A4D98B
Complementary color
Monochromatic Colors of #A4D98B
Black with #A4D98B
Text Example
Text Example
White with #A4D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D98B; }
p { color: rgb(164,217,139); }
H1.HeaderClassName
{
color: #A4D98B;
}
.AnyTagClassName
{
color: #A4D98B;
}
</style>
background-color css
<style>
a { background-color: #A4D98B; }
a { background-color: rgb(164,217,139); }
div.DivClassName
{
background-color: #A4D98B;
}
.BgClassName
{
background-color: #A4D98B;
}
</style>
border-color css
<style>
span { border-color: #A4D98B; }
span { border-color: rgb(164,217,139); }
td.TdClassName
{
border-color: #A4D98B;
}
.TagClassName
{
border-color: #A4D98B;
}
</style>