Shades of Feijoa #A7DD84
Tints of Feijoa #A7DD84
RGB
CMYK
RGB Variations
Color information
#A7DD84 (or 0xA7DD84) is known color: Feijoa. HEX triplet: A7, DD and 84. RGB value is (167,221,132). Sum of RGB (Red+Green+Blue) = 167+221+132=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DD84 is #58227B. Grayscale: #C3C3C3. Windows color (decimal): -5775996 or 8707495. OLE color: 8707495.
HSL color Cylindrical-coordinate representation of color #A7DD84: hue angle of 96.4º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7DD84 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 132 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.13 |
| HSL | 96.4º | 0.57% | 0.69% | - |
| HSV(B) | 96.4º | 0.4% | 0.87% | - |
| XYZ | 45.96 | 61.59 | 31.3 | - |
| YUV | 194.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 132 | 0.24 | 0 | 0.40 | 0.13 | 96.4 | 0.57 | 0.69 |
| Hex | A7 | DD | 84 | 18 | 0 | 28 | D | 60 | 39 | 45 |
| Octal | 247 | 335 | 204 | 30 | 0 | 50 | 15 | 140 | 71 | 105 |
| Binary | 10100111 | 11011101 | 10000100 | 11000 | 0 | 101000 | 1101 | 1100000 | 111001 | 1000101 |
Color Harmonies of #A7DD84
Complementary color
Monochromatic Colors of #A7DD84
Black with #A7DD84
Text Example
Text Example
White with #A7DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DD84; }
p { color: rgb(167,221,132); }
H1.HeaderClassName
{
color: #A7DD84;
}
.AnyTagClassName
{
color: #A7DD84;
}
</style>
background-color css
<style>
a { background-color: #A7DD84; }
a { background-color: rgb(167,221,132); }
div.DivClassName
{
background-color: #A7DD84;
}
.BgClassName
{
background-color: #A7DD84;
}
</style>
border-color css
<style>
span { border-color: #A7DD84; }
span { border-color: rgb(167,221,132); }
td.TdClassName
{
border-color: #A7DD84;
}
.TagClassName
{
border-color: #A7DD84;
}
</style>