Shades of Feijoa #A4D96A
Tints of Feijoa #A4D96A
RGB
CMYK
RGB Variations
Color information
#A4D96A (or 0xA4D96A) is known color: Feijoa. HEX triplet: A4, D9 and 6A. RGB value is (164,217,106). Sum of RGB (Red+Green+Blue) = 164+217+106=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D96A is #5B2695. Grayscale: #BCBCBC. Windows color (decimal): -5973654 or 7002532. OLE color: 7002532.
HSL color Cylindrical-coordinate representation of color #A4D96A: hue angle of 88.65º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4D96A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 106 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.15 |
| HSL | 88.65º | 0.59% | 0.63% | - |
| HSV(B) | 88.65º | 0.51% | 0.85% | - |
| XYZ | 42.72 | 58.56 | 22.69 | - |
| YUV | 188.5 | 81.44 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 106 | 0.24 | 0 | 0.51 | 0.15 | 88.65 | 0.59 | 0.63 |
| Hex | A4 | D9 | 6A | 18 | 0 | 33 | F | 59 | 3B | 3F |
| Octal | 244 | 331 | 152 | 30 | 0 | 63 | 17 | 131 | 73 | 77 |
| Binary | 10100100 | 11011001 | 1101010 | 11000 | 0 | 110011 | 1111 | 1011001 | 111011 | 111111 |
Color Harmonies of #A4D96A
Complementary color
Monochromatic Colors of #A4D96A
Black with #A4D96A
Text Example
Text Example
White with #A4D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D96A; }
p { color: rgb(164,217,106); }
H1.HeaderClassName
{
color: #A4D96A;
}
.AnyTagClassName
{
color: #A4D96A;
}
</style>
background-color css
<style>
a { background-color: #A4D96A; }
a { background-color: rgb(164,217,106); }
div.DivClassName
{
background-color: #A4D96A;
}
.BgClassName
{
background-color: #A4D96A;
}
</style>
border-color css
<style>
span { border-color: #A4D96A; }
span { border-color: rgb(164,217,106); }
td.TdClassName
{
border-color: #A4D96A;
}
.TagClassName
{
border-color: #A4D96A;
}
</style>