Shades of Feijoa #A4D186
Tints of Feijoa #A4D186
RGB
CMYK
RGB Variations
Color information
#A4D186 (or 0xA4D186) is known color: Feijoa. HEX triplet: A4, D1 and 86. RGB value is (164,209,134). Sum of RGB (Red+Green+Blue) = 164+209+134=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D186 is #5B2E79. Grayscale: #BBBBBB. Windows color (decimal): -5975674 or 8835492. OLE color: 8835492.
HSL color Cylindrical-coordinate representation of color #A4D186: hue angle of 96º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4D186 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 209 | 134 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.18 |
| HSL | 96º | 0.45% | 0.67% | - |
| HSV(B) | 96º | 0.36% | 0.82% | - |
| XYZ | 42.41 | 55.21 | 30.98 | - |
| YUV | 187 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 134 | 0.22 | 0 | 0.36 | 0.18 | 96 | 0.45 | 0.67 |
| Hex | A4 | D1 | 86 | 16 | 0 | 24 | 12 | 60 | 2D | 43 |
| Octal | 244 | 321 | 206 | 26 | 0 | 44 | 22 | 140 | 55 | 103 |
| Binary | 10100100 | 11010001 | 10000110 | 10110 | 0 | 100100 | 10010 | 1100000 | 101101 | 1000011 |
Color Harmonies of #A4D186
Complementary color
Monochromatic Colors of #A4D186
Black with #A4D186
Text Example
Text Example
White with #A4D186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D186; }
p { color: rgb(164,209,134); }
H1.HeaderClassName
{
color: #A4D186;
}
.AnyTagClassName
{
color: #A4D186;
}
</style>
background-color css
<style>
a { background-color: #A4D186; }
a { background-color: rgb(164,209,134); }
div.DivClassName
{
background-color: #A4D186;
}
.BgClassName
{
background-color: #A4D186;
}
</style>
border-color css
<style>
span { border-color: #A4D186; }
span { border-color: rgb(164,209,134); }
td.TdClassName
{
border-color: #A4D186;
}
.TagClassName
{
border-color: #A4D186;
}
</style>