Shades of Feijoa #A4D98A
Tints of Feijoa #A4D98A
RGB
CMYK
RGB Variations
Color information
#A4D98A (or 0xA4D98A) is known color: Feijoa. HEX triplet: A4, D9 and 8A. RGB value is (164,217,138). Sum of RGB (Red+Green+Blue) = 164+217+138=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D98A is #5B2675. Grayscale: #C0C0C0. Windows color (decimal): -5973622 or 9099684. OLE color: 9099684.
HSL color Cylindrical-coordinate representation of color #A4D98A: hue angle of 100.25º 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 #A4D98A is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 138 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.15 |
| HSL | 100.25º | 0.51% | 0.7% | - |
| HSV(B) | 100.25º | 0.36% | 0.85% | - |
| XYZ | 44.71 | 59.35 | 33.14 | - |
| YUV | 192.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 138 | 0.24 | 0 | 0.36 | 0.15 | 100.25 | 0.51 | 0.7 |
| Hex | A4 | D9 | 8A | 18 | 0 | 24 | F | 64 | 33 | 46 |
| Octal | 244 | 331 | 212 | 30 | 0 | 44 | 17 | 144 | 63 | 106 |
| Binary | 10100100 | 11011001 | 10001010 | 11000 | 0 | 100100 | 1111 | 1100100 | 110011 | 1000110 |
Color Harmonies of #A4D98A
Complementary color
Monochromatic Colors of #A4D98A
Black with #A4D98A
Text Example
Text Example
White with #A4D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D98A; }
p { color: rgb(164,217,138); }
H1.HeaderClassName
{
color: #A4D98A;
}
.AnyTagClassName
{
color: #A4D98A;
}
</style>
background-color css
<style>
a { background-color: #A4D98A; }
a { background-color: rgb(164,217,138); }
div.DivClassName
{
background-color: #A4D98A;
}
.BgClassName
{
background-color: #A4D98A;
}
</style>
border-color css
<style>
span { border-color: #A4D98A; }
span { border-color: rgb(164,217,138); }
td.TdClassName
{
border-color: #A4D98A;
}
.TagClassName
{
border-color: #A4D98A;
}
</style>