Shades of Feijoa #A4D86A
Tints of Feijoa #A4D86A
RGB
CMYK
RGB Variations
Color information
#A4D86A (or 0xA4D86A) is known color: Feijoa. HEX triplet: A4, D8 and 6A. RGB value is (164,216,106). Sum of RGB (Red+Green+Blue) = 164+216+106=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D86A is #5B2795. Grayscale: #BCBCBC. Windows color (decimal): -5973910 or 7002276. OLE color: 7002276.
HSL color Cylindrical-coordinate representation of color #A4D86A: hue angle of 88.36º 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 #A4D86A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 216 | 106 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.15 |
| HSL | 88.36º | 0.59% | 0.63% | - |
| HSV(B) | 88.36º | 0.51% | 0.85% | - |
| XYZ | 42.47 | 58.04 | 22.6 | - |
| YUV | 187.91 | 81.77 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 216 | 106 | 0.24 | 0 | 0.51 | 0.15 | 88.36 | 0.59 | 0.63 |
| Hex | A4 | D8 | 6A | 18 | 0 | 33 | F | 58 | 3B | 3F |
| Octal | 244 | 330 | 152 | 30 | 0 | 63 | 17 | 130 | 73 | 77 |
| Binary | 10100100 | 11011000 | 1101010 | 11000 | 0 | 110011 | 1111 | 1011000 | 111011 | 111111 |
Color Harmonies of #A4D86A
Complementary color
Monochromatic Colors of #A4D86A
Black with #A4D86A
Text Example
Text Example
White with #A4D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D86A; }
p { color: rgb(164,216,106); }
H1.HeaderClassName
{
color: #A4D86A;
}
.AnyTagClassName
{
color: #A4D86A;
}
</style>
background-color css
<style>
a { background-color: #A4D86A; }
a { background-color: rgb(164,216,106); }
div.DivClassName
{
background-color: #A4D86A;
}
.BgClassName
{
background-color: #A4D86A;
}
</style>
border-color css
<style>
span { border-color: #A4D86A; }
span { border-color: rgb(164,216,106); }
td.TdClassName
{
border-color: #A4D86A;
}
.TagClassName
{
border-color: #A4D86A;
}
</style>