Shades of Feijoa #A1DD84
Tints of Feijoa #A1DD84
RGB
CMYK
RGB Variations
Color information
#A1DD84 (or 0xA1DD84) is known color: Feijoa. HEX triplet: A1, DD and 84. RGB value is (161,221,132). Sum of RGB (Red+Green+Blue) = 161+221+132=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD84 is #5E227B. Grayscale: #C1C1C1. Windows color (decimal): -6169212 or 8707489. OLE color: 8707489.
HSL color Cylindrical-coordinate representation of color #A1DD84: hue angle of 100.45º 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 #A1DD84 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 132 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.13 |
| HSL | 100.45º | 0.57% | 0.69% | - |
| HSV(B) | 100.45º | 0.4% | 0.87% | - |
| XYZ | 44.72 | 60.96 | 31.24 | - |
| YUV | 192.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 132 | 0.27 | 0 | 0.40 | 0.13 | 100.45 | 0.57 | 0.69 |
| Hex | A1 | DD | 84 | 1B | 0 | 28 | D | 64 | 39 | 45 |
| Octal | 241 | 335 | 204 | 33 | 0 | 50 | 15 | 144 | 71 | 105 |
| Binary | 10100001 | 11011101 | 10000100 | 11011 | 0 | 101000 | 1101 | 1100100 | 111001 | 1000101 |
Color Harmonies of #A1DD84
Complementary color
Monochromatic Colors of #A1DD84
Black with #A1DD84
Text Example
Text Example
White with #A1DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD84; }
p { color: rgb(161,221,132); }
H1.HeaderClassName
{
color: #A1DD84;
}
.AnyTagClassName
{
color: #A1DD84;
}
</style>
background-color css
<style>
a { background-color: #A1DD84; }
a { background-color: rgb(161,221,132); }
div.DivClassName
{
background-color: #A1DD84;
}
.BgClassName
{
background-color: #A1DD84;
}
</style>
border-color css
<style>
span { border-color: #A1DD84; }
span { border-color: rgb(161,221,132); }
td.TdClassName
{
border-color: #A1DD84;
}
.TagClassName
{
border-color: #A1DD84;
}
</style>