Shades of Feijoa #A5CC86
Tints of Feijoa #A5CC86
RGB
CMYK
RGB Variations
Color information
#A5CC86 (or 0xA5CC86) is known color: Feijoa. HEX triplet: A5, CC and 86. RGB value is (165,204,134). Sum of RGB (Red+Green+Blue) = 165+204+134=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC86 is #5A3379. Grayscale: #B8B8B8. Windows color (decimal): -5911418 or 8834213. OLE color: 8834213.
HSL color Cylindrical-coordinate representation of color #A5CC86: hue angle of 93.43º 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 #A5CC86 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 134 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.2 |
| HSL | 93.43º | 0.41% | 0.66% | - |
| HSV(B) | 93.43º | 0.34% | 0.8% | - |
| XYZ | 41.41 | 52.91 | 30.58 | - |
| YUV | 184.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 134 | 0.19 | 0 | 0.34 | 0.2 | 93.43 | 0.41 | 0.66 |
| Hex | A5 | CC | 86 | 13 | 0 | 22 | 14 | 5D | 29 | 42 |
| Octal | 245 | 314 | 206 | 23 | 0 | 42 | 24 | 135 | 51 | 102 |
| Binary | 10100101 | 11001100 | 10000110 | 10011 | 0 | 100010 | 10100 | 1011101 | 101001 | 1000010 |
Color Harmonies of #A5CC86
Complementary color
Monochromatic Colors of #A5CC86
Black with #A5CC86
Text Example
Text Example
White with #A5CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC86; }
p { color: rgb(165,204,134); }
H1.HeaderClassName
{
color: #A5CC86;
}
.AnyTagClassName
{
color: #A5CC86;
}
</style>
background-color css
<style>
a { background-color: #A5CC86; }
a { background-color: rgb(165,204,134); }
div.DivClassName
{
background-color: #A5CC86;
}
.BgClassName
{
background-color: #A5CC86;
}
</style>
border-color css
<style>
span { border-color: #A5CC86; }
span { border-color: rgb(165,204,134); }
td.TdClassName
{
border-color: #A5CC86;
}
.TagClassName
{
border-color: #A5CC86;
}
</style>