Shades of Feijoa #A4CF73
Tints of Feijoa #A4CF73
RGB
CMYK
RGB Variations
Color information
#A4CF73 (or 0xA4CF73) is known color: Feijoa. HEX triplet: A4, CF and 73. RGB value is (164,207,115). Sum of RGB (Red+Green+Blue) = 164+207+115=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF73 is #5B308C. Grayscale: #B7B7B7. Windows color (decimal): -5976205 or 7589796. OLE color: 7589796.
HSL color Cylindrical-coordinate representation of color #A4CF73: hue angle of 88.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4CF73 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 115 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.19 |
| HSL | 88.04º | 0.49% | 0.63% | - |
| HSV(B) | 88.04º | 0.44% | 0.81% | - |
| XYZ | 40.72 | 53.76 | 24.45 | - |
| YUV | 183.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 115 | 0.21 | 0 | 0.44 | 0.19 | 88.04 | 0.49 | 0.63 |
| Hex | A4 | CF | 73 | 15 | 0 | 2C | 13 | 58 | 31 | 3F |
| Octal | 244 | 317 | 163 | 25 | 0 | 54 | 23 | 130 | 61 | 77 |
| Binary | 10100100 | 11001111 | 1110011 | 10101 | 0 | 101100 | 10011 | 1011000 | 110001 | 111111 |
Color Harmonies of #A4CF73
Complementary color
Monochromatic Colors of #A4CF73
Black with #A4CF73
Text Example
Text Example
White with #A4CF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF73; }
p { color: rgb(164,207,115); }
H1.HeaderClassName
{
color: #A4CF73;
}
.AnyTagClassName
{
color: #A4CF73;
}
</style>
background-color css
<style>
a { background-color: #A4CF73; }
a { background-color: rgb(164,207,115); }
div.DivClassName
{
background-color: #A4CF73;
}
.BgClassName
{
background-color: #A4CF73;
}
</style>
border-color css
<style>
span { border-color: #A4CF73; }
span { border-color: rgb(164,207,115); }
td.TdClassName
{
border-color: #A4CF73;
}
.TagClassName
{
border-color: #A4CF73;
}
</style>