Shades of Feijoa #A4D974
Tints of Feijoa #A4D974
RGB
CMYK
RGB Variations
Color information
#A4D974 (or 0xA4D974) is known color: Feijoa. HEX triplet: A4, D9 and 74. RGB value is (164,217,116). Sum of RGB (Red+Green+Blue) = 164+217+116=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D974 is #5B268B. Grayscale: #BDBDBD. Windows color (decimal): -5973644 or 7657892. OLE color: 7657892.
HSL color Cylindrical-coordinate representation of color #A4D974: hue angle of 91.49º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4D974 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 116 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.15 |
| HSL | 91.49º | 0.57% | 0.65% | - |
| HSV(B) | 91.49º | 0.47% | 0.85% | - |
| XYZ | 43.28 | 58.78 | 25.59 | - |
| YUV | 189.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 116 | 0.24 | 0 | 0.47 | 0.15 | 91.49 | 0.57 | 0.65 |
| Hex | A4 | D9 | 74 | 18 | 0 | 2F | F | 5B | 39 | 41 |
| Octal | 244 | 331 | 164 | 30 | 0 | 57 | 17 | 133 | 71 | 101 |
| Binary | 10100100 | 11011001 | 1110100 | 11000 | 0 | 101111 | 1111 | 1011011 | 111001 | 1000001 |
Color Harmonies of #A4D974
Complementary color
Monochromatic Colors of #A4D974
Black with #A4D974
Text Example
Text Example
White with #A4D974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D974; }
p { color: rgb(164,217,116); }
H1.HeaderClassName
{
color: #A4D974;
}
.AnyTagClassName
{
color: #A4D974;
}
</style>
background-color css
<style>
a { background-color: #A4D974; }
a { background-color: rgb(164,217,116); }
div.DivClassName
{
background-color: #A4D974;
}
.BgClassName
{
background-color: #A4D974;
}
</style>
border-color css
<style>
span { border-color: #A4D974; }
span { border-color: rgb(164,217,116); }
td.TdClassName
{
border-color: #A4D974;
}
.TagClassName
{
border-color: #A4D974;
}
</style>