Shades of Feijoa #A4DD84
Tints of Feijoa #A4DD84
RGB
CMYK
RGB Variations
Color information
#A4DD84 (or 0xA4DD84) is known color: Feijoa. HEX triplet: A4, DD and 84. RGB value is (164,221,132). Sum of RGB (Red+Green+Blue) = 164+221+132=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DD84 is #5B227B. Grayscale: #C2C2C2. Windows color (decimal): -5972604 or 8707492. OLE color: 8707492.
HSL color Cylindrical-coordinate representation of color #A4DD84: hue angle of 98.43º 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 #A4DD84 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 132 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.13 |
| HSL | 98.43º | 0.57% | 0.69% | - |
| HSV(B) | 98.43º | 0.4% | 0.87% | - |
| XYZ | 45.33 | 61.27 | 31.27 | - |
| YUV | 193.81 | 93.12 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 132 | 0.26 | 0 | 0.40 | 0.13 | 98.43 | 0.57 | 0.69 |
| Hex | A4 | DD | 84 | 1A | 0 | 28 | D | 62 | 39 | 45 |
| Octal | 244 | 335 | 204 | 32 | 0 | 50 | 15 | 142 | 71 | 105 |
| Binary | 10100100 | 11011101 | 10000100 | 11010 | 0 | 101000 | 1101 | 1100010 | 111001 | 1000101 |
Color Harmonies of #A4DD84
Complementary color
Monochromatic Colors of #A4DD84
Black with #A4DD84
Text Example
Text Example
White with #A4DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD84; }
p { color: rgb(164,221,132); }
H1.HeaderClassName
{
color: #A4DD84;
}
.AnyTagClassName
{
color: #A4DD84;
}
</style>
background-color css
<style>
a { background-color: #A4DD84; }
a { background-color: rgb(164,221,132); }
div.DivClassName
{
background-color: #A4DD84;
}
.BgClassName
{
background-color: #A4DD84;
}
</style>
border-color css
<style>
span { border-color: #A4DD84; }
span { border-color: rgb(164,221,132); }
td.TdClassName
{
border-color: #A4DD84;
}
.TagClassName
{
border-color: #A4DD84;
}
</style>