Shades of Feijoa #A9CC86
Tints of Feijoa #A9CC86
RGB
CMYK
RGB Variations
Color information
#A9CC86 (or 0xA9CC86) is known color: Feijoa. HEX triplet: A9, CC and 86. RGB value is (169,204,134). Sum of RGB (Red+Green+Blue) = 169+204+134=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CC86 is #563379. Grayscale: #B9B9B9. Windows color (decimal): -5649274 or 8834217. OLE color: 8834217.
HSL color Cylindrical-coordinate representation of color #A9CC86: hue angle of 90º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9CC86 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 204 | 134 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.2 |
| HSL | 90º | 0.41% | 0.66% | - |
| HSV(B) | 90º | 0.34% | 0.8% | - |
| XYZ | 42.26 | 53.34 | 30.62 | - |
| YUV | 185.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 134 | 0.17 | 0 | 0.34 | 0.2 | 90 | 0.41 | 0.66 |
| Hex | A9 | CC | 86 | 11 | 0 | 22 | 14 | 5A | 29 | 42 |
| Octal | 251 | 314 | 206 | 21 | 0 | 42 | 24 | 132 | 51 | 102 |
| Binary | 10101001 | 11001100 | 10000110 | 10001 | 0 | 100010 | 10100 | 1011010 | 101001 | 1000010 |
Color Harmonies of #A9CC86
Complementary color
Monochromatic Colors of #A9CC86
Black with #A9CC86
Text Example
Text Example
White with #A9CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CC86; }
p { color: rgb(169,204,134); }
H1.HeaderClassName
{
color: #A9CC86;
}
.AnyTagClassName
{
color: #A9CC86;
}
</style>
background-color css
<style>
a { background-color: #A9CC86; }
a { background-color: rgb(169,204,134); }
div.DivClassName
{
background-color: #A9CC86;
}
.BgClassName
{
background-color: #A9CC86;
}
</style>
border-color css
<style>
span { border-color: #A9CC86; }
span { border-color: rgb(169,204,134); }
td.TdClassName
{
border-color: #A9CC86;
}
.TagClassName
{
border-color: #A9CC86;
}
</style>