Shades of Feijoa #A1DA84
Tints of Feijoa #A1DA84
RGB
CMYK
RGB Variations
Color information
#A1DA84 (or 0xA1DA84) is known color: Feijoa. HEX triplet: A1, DA and 84. RGB value is (161,218,132). Sum of RGB (Red+Green+Blue) = 161+218+132=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA84 is #5E257B. Grayscale: #BFBFBF. Windows color (decimal): -6169980 or 8706721. OLE color: 8706721.
HSL color Cylindrical-coordinate representation of color #A1DA84: hue angle of 99.77º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1DA84 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 132 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.15 |
| HSL | 99.77º | 0.54% | 0.69% | - |
| HSV(B) | 99.77º | 0.39% | 0.85% | - |
| XYZ | 43.93 | 59.39 | 30.98 | - |
| YUV | 191.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 132 | 0.26 | 0 | 0.39 | 0.15 | 99.77 | 0.54 | 0.69 |
| Hex | A1 | DA | 84 | 1A | 0 | 27 | F | 64 | 36 | 45 |
| Octal | 241 | 332 | 204 | 32 | 0 | 47 | 17 | 144 | 66 | 105 |
| Binary | 10100001 | 11011010 | 10000100 | 11010 | 0 | 100111 | 1111 | 1100100 | 110110 | 1000101 |
Color Harmonies of #A1DA84
Complementary color
Monochromatic Colors of #A1DA84
Black with #A1DA84
Text Example
Text Example
White with #A1DA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA84; }
p { color: rgb(161,218,132); }
H1.HeaderClassName
{
color: #A1DA84;
}
.AnyTagClassName
{
color: #A1DA84;
}
</style>
background-color css
<style>
a { background-color: #A1DA84; }
a { background-color: rgb(161,218,132); }
div.DivClassName
{
background-color: #A1DA84;
}
.BgClassName
{
background-color: #A1DA84;
}
</style>
border-color css
<style>
span { border-color: #A1DA84; }
span { border-color: rgb(161,218,132); }
td.TdClassName
{
border-color: #A1DA84;
}
.TagClassName
{
border-color: #A1DA84;
}
</style>