Shades of Feijoa #A7DE84
Tints of Feijoa #A7DE84
RGB
CMYK
RGB Variations
Color information
#A7DE84 (or 0xA7DE84) is known color: Feijoa. HEX triplet: A7, DE and 84. RGB value is (167,222,132). Sum of RGB (Red+Green+Blue) = 167+222+132=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DE84 is #58217B. Grayscale: #C3C3C3. Windows color (decimal): -5775740 or 8707751. OLE color: 8707751.
HSL color Cylindrical-coordinate representation of color #A7DE84: hue angle of 96.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7DE84 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 222 | 132 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.13 |
| HSL | 96.67º | 0.58% | 0.69% | - |
| HSV(B) | 96.67º | 0.41% | 0.87% | - |
| XYZ | 46.22 | 62.12 | 31.38 | - |
| YUV | 195.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 132 | 0.25 | 0 | 0.41 | 0.13 | 96.67 | 0.58 | 0.69 |
| Hex | A7 | DE | 84 | 19 | 0 | 29 | D | 61 | 3A | 45 |
| Octal | 247 | 336 | 204 | 31 | 0 | 51 | 15 | 141 | 72 | 105 |
| Binary | 10100111 | 11011110 | 10000100 | 11001 | 0 | 101001 | 1101 | 1100001 | 111010 | 1000101 |
Color Harmonies of #A7DE84
Complementary color
Monochromatic Colors of #A7DE84
Black with #A7DE84
Text Example
Text Example
White with #A7DE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DE84; }
p { color: rgb(167,222,132); }
H1.HeaderClassName
{
color: #A7DE84;
}
.AnyTagClassName
{
color: #A7DE84;
}
</style>
background-color css
<style>
a { background-color: #A7DE84; }
a { background-color: rgb(167,222,132); }
div.DivClassName
{
background-color: #A7DE84;
}
.BgClassName
{
background-color: #A7DE84;
}
</style>
border-color css
<style>
span { border-color: #A7DE84; }
span { border-color: rgb(167,222,132); }
td.TdClassName
{
border-color: #A7DE84;
}
.TagClassName
{
border-color: #A7DE84;
}
</style>