Shades of Feijoa #A5DF84
Tints of Feijoa #A5DF84
RGB
CMYK
RGB Variations
Color information
#A5DF84 (or 0xA5DF84) is known color: Feijoa. HEX triplet: A5, DF and 84. RGB value is (165,223,132). Sum of RGB (Red+Green+Blue) = 165+223+132=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF84 is #5A207B. Grayscale: #C3C3C3. Windows color (decimal): -5906556 or 8708005. OLE color: 8708005.
HSL color Cylindrical-coordinate representation of color #A5DF84: hue angle of 98.24º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5DF84 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 132 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.13 |
| HSL | 98.24º | 0.59% | 0.7% | - |
| HSV(B) | 98.24º | 0.41% | 0.87% | - |
| XYZ | 46.07 | 62.44 | 31.45 | - |
| YUV | 195.28 | 92.28 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 132 | 0.26 | 0 | 0.41 | 0.13 | 98.24 | 0.59 | 0.7 |
| Hex | A5 | DF | 84 | 1A | 0 | 29 | D | 62 | 3B | 46 |
| Octal | 245 | 337 | 204 | 32 | 0 | 51 | 15 | 142 | 73 | 106 |
| Binary | 10100101 | 11011111 | 10000100 | 11010 | 0 | 101001 | 1101 | 1100010 | 111011 | 1000110 |
Color Harmonies of #A5DF84
Complementary color
Monochromatic Colors of #A5DF84
Black with #A5DF84
Text Example
Text Example
White with #A5DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF84; }
p { color: rgb(165,223,132); }
H1.HeaderClassName
{
color: #A5DF84;
}
.AnyTagClassName
{
color: #A5DF84;
}
</style>
background-color css
<style>
a { background-color: #A5DF84; }
a { background-color: rgb(165,223,132); }
div.DivClassName
{
background-color: #A5DF84;
}
.BgClassName
{
background-color: #A5DF84;
}
</style>
border-color css
<style>
span { border-color: #A5DF84; }
span { border-color: rgb(165,223,132); }
td.TdClassName
{
border-color: #A5DF84;
}
.TagClassName
{
border-color: #A5DF84;
}
</style>