Shades of Feijoa #A4D174
Tints of Feijoa #A4D174
RGB
CMYK
RGB Variations
Color information
#A4D174 (or 0xA4D174) is known color: Feijoa. HEX triplet: A4, D1 and 74. RGB value is (164,209,116). Sum of RGB (Red+Green+Blue) = 164+209+116=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D174 is #5B2E8B. Grayscale: #B9B9B9. Windows color (decimal): -5975692 or 7655844. OLE color: 7655844.
HSL color Cylindrical-coordinate representation of color #A4D174: hue angle of 89.03º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4D174 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 209 | 116 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.18 |
| HSL | 89.03º | 0.5% | 0.64% | - |
| HSV(B) | 89.03º | 0.44% | 0.82% | - |
| XYZ | 41.26 | 54.75 | 24.92 | - |
| YUV | 184.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 116 | 0.22 | 0 | 0.44 | 0.18 | 89.03 | 0.5 | 0.64 |
| Hex | A4 | D1 | 74 | 16 | 0 | 2C | 12 | 59 | 32 | 40 |
| Octal | 244 | 321 | 164 | 26 | 0 | 54 | 22 | 131 | 62 | 100 |
| Binary | 10100100 | 11010001 | 1110100 | 10110 | 0 | 101100 | 10010 | 1011001 | 110010 | 1000000 |
Color Harmonies of #A4D174
Complementary color
Monochromatic Colors of #A4D174
Black with #A4D174
Text Example
Text Example
White with #A4D174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D174; }
p { color: rgb(164,209,116); }
H1.HeaderClassName
{
color: #A4D174;
}
.AnyTagClassName
{
color: #A4D174;
}
</style>
background-color css
<style>
a { background-color: #A4D174; }
a { background-color: rgb(164,209,116); }
div.DivClassName
{
background-color: #A4D174;
}
.BgClassName
{
background-color: #A4D174;
}
</style>
border-color css
<style>
span { border-color: #A4D174; }
span { border-color: rgb(164,209,116); }
td.TdClassName
{
border-color: #A4D174;
}
.TagClassName
{
border-color: #A4D174;
}
</style>