Shades of Feijoa #A4D76C
Tints of Feijoa #A4D76C
RGB
CMYK
RGB Variations
Color information
#A4D76C (or 0xA4D76C) is known color: Feijoa. HEX triplet: A4, D7 and 6C. RGB value is (164,215,108). Sum of RGB (Red+Green+Blue) = 164+215+108=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D76C is #5B2893. Grayscale: #BBBBBB. Windows color (decimal): -5974164 or 7133092. OLE color: 7133092.
HSL color Cylindrical-coordinate representation of color #A4D76C: hue angle of 88.6º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4D76C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 108 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.16 |
| HSL | 88.6º | 0.57% | 0.63% | - |
| HSV(B) | 88.6º | 0.5% | 0.84% | - |
| XYZ | 42.32 | 57.58 | 23.07 | - |
| YUV | 187.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 108 | 0.24 | 0 | 0.50 | 0.16 | 88.6 | 0.57 | 0.63 |
| Hex | A4 | D7 | 6C | 18 | 0 | 32 | 10 | 59 | 39 | 3F |
| Octal | 244 | 327 | 154 | 30 | 0 | 62 | 20 | 131 | 71 | 77 |
| Binary | 10100100 | 11010111 | 1101100 | 11000 | 0 | 110010 | 10000 | 1011001 | 111001 | 111111 |
Color Harmonies of #A4D76C
Complementary color
Monochromatic Colors of #A4D76C
Black with #A4D76C
Text Example
Text Example
White with #A4D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D76C; }
p { color: rgb(164,215,108); }
H1.HeaderClassName
{
color: #A4D76C;
}
.AnyTagClassName
{
color: #A4D76C;
}
</style>
background-color css
<style>
a { background-color: #A4D76C; }
a { background-color: rgb(164,215,108); }
div.DivClassName
{
background-color: #A4D76C;
}
.BgClassName
{
background-color: #A4D76C;
}
</style>
border-color css
<style>
span { border-color: #A4D76C; }
span { border-color: rgb(164,215,108); }
td.TdClassName
{
border-color: #A4D76C;
}
.TagClassName
{
border-color: #A4D76C;
}
</style>