Shades of Feijoa #A4C885
Tints of Feijoa #A4C885
RGB
CMYK
RGB Variations
Color information
#A4C885 (or 0xA4C885) is known color: Feijoa. HEX triplet: A4, C8 and 85. RGB value is (164,200,133). Sum of RGB (Red+Green+Blue) = 164+200+133=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C885 is #5B377A. Grayscale: #B5B5B5. Windows color (decimal): -5977979 or 8767652. OLE color: 8767652.
HSL color Cylindrical-coordinate representation of color #A4C885: hue angle of 92.24º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4C885 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 200 | 133 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.22 |
| HSL | 92.24º | 0.38% | 0.65% | - |
| HSV(B) | 92.24º | 0.34% | 0.78% | - |
| XYZ | 40.2 | 50.89 | 29.9 | - |
| YUV | 181.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 200 | 133 | 0.18 | 0 | 0.34 | 0.22 | 92.24 | 0.38 | 0.65 |
| Hex | A4 | C8 | 85 | 12 | 0 | 22 | 16 | 5C | 26 | 41 |
| Octal | 244 | 310 | 205 | 22 | 0 | 42 | 26 | 134 | 46 | 101 |
| Binary | 10100100 | 11001000 | 10000101 | 10010 | 0 | 100010 | 10110 | 1011100 | 100110 | 1000001 |
Color Harmonies of #A4C885
Complementary color
Monochromatic Colors of #A4C885
Black with #A4C885
Text Example
Text Example
White with #A4C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C885; }
p { color: rgb(164,200,133); }
H1.HeaderClassName
{
color: #A4C885;
}
.AnyTagClassName
{
color: #A4C885;
}
</style>
background-color css
<style>
a { background-color: #A4C885; }
a { background-color: rgb(164,200,133); }
div.DivClassName
{
background-color: #A4C885;
}
.BgClassName
{
background-color: #A4C885;
}
</style>
border-color css
<style>
span { border-color: #A4C885; }
span { border-color: rgb(164,200,133); }
td.TdClassName
{
border-color: #A4C885;
}
.TagClassName
{
border-color: #A4C885;
}
</style>