Shades of Feijoa #A4D86B
Tints of Feijoa #A4D86B
RGB
CMYK
RGB Variations
Color information
#A4D86B (or 0xA4D86B) is known color: Feijoa. HEX triplet: A4, D8 and 6B. RGB value is (164,216,107). Sum of RGB (Red+Green+Blue) = 164+216+107=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D86B is #5B2794. Grayscale: #BCBCBC. Windows color (decimal): -5973909 or 7067812. OLE color: 7067812.
HSL color Cylindrical-coordinate representation of color #A4D86B: hue angle of 88.62º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4D86B is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 216 | 107 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.15 |
| HSL | 88.62º | 0.58% | 0.63% | - |
| HSV(B) | 88.62º | 0.5% | 0.85% | - |
| XYZ | 42.52 | 58.07 | 22.88 | - |
| YUV | 188.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 216 | 107 | 0.24 | 0 | 0.50 | 0.15 | 88.62 | 0.58 | 0.63 |
| Hex | A4 | D8 | 6B | 18 | 0 | 32 | F | 59 | 3A | 3F |
| Octal | 244 | 330 | 153 | 30 | 0 | 62 | 17 | 131 | 72 | 77 |
| Binary | 10100100 | 11011000 | 1101011 | 11000 | 0 | 110010 | 1111 | 1011001 | 111010 | 111111 |
Color Harmonies of #A4D86B
Complementary color
Monochromatic Colors of #A4D86B
Black with #A4D86B
Text Example
Text Example
White with #A4D86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D86B; }
p { color: rgb(164,216,107); }
H1.HeaderClassName
{
color: #A4D86B;
}
.AnyTagClassName
{
color: #A4D86B;
}
</style>
background-color css
<style>
a { background-color: #A4D86B; }
a { background-color: rgb(164,216,107); }
div.DivClassName
{
background-color: #A4D86B;
}
.BgClassName
{
background-color: #A4D86B;
}
</style>
border-color css
<style>
span { border-color: #A4D86B; }
span { border-color: rgb(164,216,107); }
td.TdClassName
{
border-color: #A4D86B;
}
.TagClassName
{
border-color: #A4D86B;
}
</style>