Shades of Feijoa #A5DA84
Tints of Feijoa #A5DA84
RGB
CMYK
RGB Variations
Color information
#A5DA84 (or 0xA5DA84) is known color: Feijoa. HEX triplet: A5, DA and 84. RGB value is (165,218,132). Sum of RGB (Red+Green+Blue) = 165+218+132=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DA84 is #5A257B. Grayscale: #C0C0C0. Windows color (decimal): -5907836 or 8706725. OLE color: 8706725.
HSL color Cylindrical-coordinate representation of color #A5DA84: hue angle of 96.98º 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 #A5DA84 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 132 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.15 |
| HSL | 96.98º | 0.54% | 0.69% | - |
| HSV(B) | 96.98º | 0.39% | 0.85% | - |
| XYZ | 44.75 | 59.81 | 31.02 | - |
| YUV | 192.35 | 93.94 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 132 | 0.24 | 0 | 0.39 | 0.15 | 96.98 | 0.54 | 0.69 |
| Hex | A5 | DA | 84 | 18 | 0 | 27 | F | 61 | 36 | 45 |
| Octal | 245 | 332 | 204 | 30 | 0 | 47 | 17 | 141 | 66 | 105 |
| Binary | 10100101 | 11011010 | 10000100 | 11000 | 0 | 100111 | 1111 | 1100001 | 110110 | 1000101 |
Color Harmonies of #A5DA84
Complementary color
Monochromatic Colors of #A5DA84
Black with #A5DA84
Text Example
Text Example
White with #A5DA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DA84; }
p { color: rgb(165,218,132); }
H1.HeaderClassName
{
color: #A5DA84;
}
.AnyTagClassName
{
color: #A5DA84;
}
</style>
background-color css
<style>
a { background-color: #A5DA84; }
a { background-color: rgb(165,218,132); }
div.DivClassName
{
background-color: #A5DA84;
}
.BgClassName
{
background-color: #A5DA84;
}
</style>
border-color css
<style>
span { border-color: #A5DA84; }
span { border-color: rgb(165,218,132); }
td.TdClassName
{
border-color: #A5DA84;
}
.TagClassName
{
border-color: #A5DA84;
}
</style>