Shades of Feijoa #A9DD84
Tints of Feijoa #A9DD84
RGB
CMYK
RGB Variations
Color information
#A9DD84 (or 0xA9DD84) is known color: Feijoa. HEX triplet: A9, DD and 84. RGB value is (169,221,132). Sum of RGB (Red+Green+Blue) = 169+221+132=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DD84 is #56227B. Grayscale: #C3C3C3. Windows color (decimal): -5644924 or 8707497. OLE color: 8707497.
HSL color Cylindrical-coordinate representation of color #A9DD84: hue angle of 95.06º 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 #A9DD84 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 132 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.13 |
| HSL | 95.06º | 0.57% | 0.69% | - |
| HSV(B) | 95.06º | 0.4% | 0.87% | - |
| XYZ | 46.38 | 61.81 | 31.32 | - |
| YUV | 195.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 132 | 0.24 | 0 | 0.40 | 0.13 | 95.06 | 0.57 | 0.69 |
| Hex | A9 | DD | 84 | 18 | 0 | 28 | D | 5F | 39 | 45 |
| Octal | 251 | 335 | 204 | 30 | 0 | 50 | 15 | 137 | 71 | 105 |
| Binary | 10101001 | 11011101 | 10000100 | 11000 | 0 | 101000 | 1101 | 1011111 | 111001 | 1000101 |
Color Harmonies of #A9DD84
Complementary color
Monochromatic Colors of #A9DD84
Black with #A9DD84
Text Example
Text Example
White with #A9DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DD84; }
p { color: rgb(169,221,132); }
H1.HeaderClassName
{
color: #A9DD84;
}
.AnyTagClassName
{
color: #A9DD84;
}
</style>
background-color css
<style>
a { background-color: #A9DD84; }
a { background-color: rgb(169,221,132); }
div.DivClassName
{
background-color: #A9DD84;
}
.BgClassName
{
background-color: #A9DD84;
}
</style>
border-color css
<style>
span { border-color: #A9DD84; }
span { border-color: rgb(169,221,132); }
td.TdClassName
{
border-color: #A9DD84;
}
.TagClassName
{
border-color: #A9DD84;
}
</style>