Shades of Feijoa #A9DF71
Tints of Feijoa #A9DF71
RGB
CMYK
RGB Variations
Color information
#A9DF71 (or 0xA9DF71) is known color: Feijoa. HEX triplet: A9, DF and 71. RGB value is (169,223,113). Sum of RGB (Red+Green+Blue) = 169+223+113=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DF71 is #56208E. Grayscale: #C2C2C2. Windows color (decimal): -5644431 or 7462825. OLE color: 7462825.
HSL color Cylindrical-coordinate representation of color #A9DF71: hue angle of 89.45º 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 #A9DF71 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 113 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.13 |
| HSL | 89.45º | 0.63% | 0.66% | - |
| HSV(B) | 89.45º | 0.49% | 0.87% | - |
| XYZ | 45.73 | 62.4 | 25.26 | - |
| YUV | 194.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 113 | 0.24 | 0 | 0.49 | 0.13 | 89.45 | 0.63 | 0.66 |
| Hex | A9 | DF | 71 | 18 | 0 | 31 | D | 59 | 3F | 42 |
| Octal | 251 | 337 | 161 | 30 | 0 | 61 | 15 | 131 | 77 | 102 |
| Binary | 10101001 | 11011111 | 1110001 | 11000 | 0 | 110001 | 1101 | 1011001 | 111111 | 1000010 |
Color Harmonies of #A9DF71
Complementary color
Monochromatic Colors of #A9DF71
Black with #A9DF71
Text Example
Text Example
White with #A9DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF71; }
p { color: rgb(169,223,113); }
H1.HeaderClassName
{
color: #A9DF71;
}
.AnyTagClassName
{
color: #A9DF71;
}
</style>
background-color css
<style>
a { background-color: #A9DF71; }
a { background-color: rgb(169,223,113); }
div.DivClassName
{
background-color: #A9DF71;
}
.BgClassName
{
background-color: #A9DF71;
}
</style>
border-color css
<style>
span { border-color: #A9DF71; }
span { border-color: rgb(169,223,113); }
td.TdClassName
{
border-color: #A9DF71;
}
.TagClassName
{
border-color: #A9DF71;
}
</style>