Shades of Feijoa #A4DE84
Tints of Feijoa #A4DE84
RGB
CMYK
RGB Variations
Color information
#A4DE84 (or 0xA4DE84) is known color: Feijoa. HEX triplet: A4, DE and 84. RGB value is (164,222,132). Sum of RGB (Red+Green+Blue) = 164+222+132=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DE84 is #5B217B. Grayscale: #C2C2C2. Windows color (decimal): -5972348 or 8707748. OLE color: 8707748.
HSL color Cylindrical-coordinate representation of color #A4DE84: hue angle of 98.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 #A4DE84 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 222 | 132 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.13 |
| HSL | 98.67º | 0.58% | 0.69% | - |
| HSV(B) | 98.67º | 0.41% | 0.87% | - |
| XYZ | 45.6 | 61.8 | 31.36 | - |
| YUV | 194.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 222 | 132 | 0.26 | 0 | 0.41 | 0.13 | 98.67 | 0.58 | 0.69 |
| Hex | A4 | DE | 84 | 1A | 0 | 29 | D | 63 | 3A | 45 |
| Octal | 244 | 336 | 204 | 32 | 0 | 51 | 15 | 143 | 72 | 105 |
| Binary | 10100100 | 11011110 | 10000100 | 11010 | 0 | 101001 | 1101 | 1100011 | 111010 | 1000101 |
Color Harmonies of #A4DE84
Complementary color
Monochromatic Colors of #A4DE84
Black with #A4DE84
Text Example
Text Example
White with #A4DE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DE84; }
p { color: rgb(164,222,132); }
H1.HeaderClassName
{
color: #A4DE84;
}
.AnyTagClassName
{
color: #A4DE84;
}
</style>
background-color css
<style>
a { background-color: #A4DE84; }
a { background-color: rgb(164,222,132); }
div.DivClassName
{
background-color: #A4DE84;
}
.BgClassName
{
background-color: #A4DE84;
}
</style>
border-color css
<style>
span { border-color: #A4DE84; }
span { border-color: rgb(164,222,132); }
td.TdClassName
{
border-color: #A4DE84;
}
.TagClassName
{
border-color: #A4DE84;
}
</style>