Shades of Feijoa #A5DF71
Tints of Feijoa #A5DF71
RGB
CMYK
RGB Variations
Color information
#A5DF71 (or 0xA5DF71) is known color: Feijoa. HEX triplet: A5, DF and 71. RGB value is (165,223,113). Sum of RGB (Red+Green+Blue) = 165+223+113=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF71 is #5A208E. Grayscale: #C1C1C1. Windows color (decimal): -5906575 or 7462821. OLE color: 7462821.
HSL color Cylindrical-coordinate representation of color #A5DF71: hue angle of 91.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5DF71 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 113 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.13 |
| HSL | 91.64º | 0.63% | 0.66% | - |
| HSV(B) | 91.64º | 0.49% | 0.87% | - |
| XYZ | 44.89 | 61.97 | 25.22 | - |
| YUV | 193.12 | 82.78 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 113 | 0.26 | 0 | 0.49 | 0.13 | 91.64 | 0.63 | 0.66 |
| Hex | A5 | DF | 71 | 1A | 0 | 31 | D | 5C | 3F | 42 |
| Octal | 245 | 337 | 161 | 32 | 0 | 61 | 15 | 134 | 77 | 102 |
| Binary | 10100101 | 11011111 | 1110001 | 11010 | 0 | 110001 | 1101 | 1011100 | 111111 | 1000010 |
Color Harmonies of #A5DF71
Complementary color
Monochromatic Colors of #A5DF71
Black with #A5DF71
Text Example
Text Example
White with #A5DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DF71; }
p { color: rgb(165,223,113); }
H1.HeaderClassName
{
color: #A5DF71;
}
.AnyTagClassName
{
color: #A5DF71;
}
</style>
background-color css
<style>
a { background-color: #A5DF71; }
a { background-color: rgb(165,223,113); }
div.DivClassName
{
background-color: #A5DF71;
}
.BgClassName
{
background-color: #A5DF71;
}
</style>
border-color css
<style>
span { border-color: #A5DF71; }
span { border-color: rgb(165,223,113); }
td.TdClassName
{
border-color: #A5DF71;
}
.TagClassName
{
border-color: #A5DF71;
}
</style>