Shades of Feijoa #A4DD76
Tints of Feijoa #A4DD76
RGB
CMYK
RGB Variations
Color information
#A4DD76 (or 0xA4DD76) is known color: Feijoa. HEX triplet: A4, DD and 76. RGB value is (164,221,118). Sum of RGB (Red+Green+Blue) = 164+221+118=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD76 is #5B2289. Grayscale: #C0C0C0. Windows color (decimal): -5972618 or 7789988. OLE color: 7789988.
HSL color Cylindrical-coordinate representation of color #A4DD76: hue angle of 93.2º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4DD76 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 118 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.13 |
| HSL | 93.2º | 0.6% | 0.66% | - |
| HSV(B) | 93.2º | 0.47% | 0.87% | - |
| XYZ | 44.44 | 60.91 | 26.55 | - |
| YUV | 192.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 118 | 0.26 | 0 | 0.47 | 0.13 | 93.2 | 0.6 | 0.66 |
| Hex | A4 | DD | 76 | 1A | 0 | 2F | D | 5D | 3C | 42 |
| Octal | 244 | 335 | 166 | 32 | 0 | 57 | 15 | 135 | 74 | 102 |
| Binary | 10100100 | 11011101 | 1110110 | 11010 | 0 | 101111 | 1101 | 1011101 | 111100 | 1000010 |
Color Harmonies of #A4DD76
Complementary color
Monochromatic Colors of #A4DD76
Black with #A4DD76
Text Example
Text Example
White with #A4DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD76; }
p { color: rgb(164,221,118); }
H1.HeaderClassName
{
color: #A4DD76;
}
.AnyTagClassName
{
color: #A4DD76;
}
</style>
background-color css
<style>
a { background-color: #A4DD76; }
a { background-color: rgb(164,221,118); }
div.DivClassName
{
background-color: #A4DD76;
}
.BgClassName
{
background-color: #A4DD76;
}
</style>
border-color css
<style>
span { border-color: #A4DD76; }
span { border-color: rgb(164,221,118); }
td.TdClassName
{
border-color: #A4DD76;
}
.TagClassName
{
border-color: #A4DD76;
}
</style>