Shades of Feijoa #A9DF76
Tints of Feijoa #A9DF76
RGB
CMYK
RGB Variations
Color information
#A9DF76 (or 0xA9DF76) is known color: Feijoa. HEX triplet: A9, DF and 76. RGB value is (169,223,118). Sum of RGB (Red+Green+Blue) = 169+223+118=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DF76 is #562089. Grayscale: #C3C3C3. Windows color (decimal): -5644426 or 7790505. OLE color: 7790505.
HSL color Cylindrical-coordinate representation of color #A9DF76: hue angle of 90.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9DF76 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 118 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.13 |
| HSL | 90.86º | 0.62% | 0.67% | - |
| HSV(B) | 90.86º | 0.47% | 0.87% | - |
| XYZ | 46.02 | 62.52 | 26.78 | - |
| YUV | 194.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 118 | 0.24 | 0 | 0.47 | 0.13 | 90.86 | 0.62 | 0.67 |
| Hex | A9 | DF | 76 | 18 | 0 | 2F | D | 5B | 3E | 43 |
| Octal | 251 | 337 | 166 | 30 | 0 | 57 | 15 | 133 | 76 | 103 |
| Binary | 10101001 | 11011111 | 1110110 | 11000 | 0 | 101111 | 1101 | 1011011 | 111110 | 1000011 |
Color Harmonies of #A9DF76
Complementary color
Monochromatic Colors of #A9DF76
Black with #A9DF76
Text Example
Text Example
White with #A9DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF76; }
p { color: rgb(169,223,118); }
H1.HeaderClassName
{
color: #A9DF76;
}
.AnyTagClassName
{
color: #A9DF76;
}
</style>
background-color css
<style>
a { background-color: #A9DF76; }
a { background-color: rgb(169,223,118); }
div.DivClassName
{
background-color: #A9DF76;
}
.BgClassName
{
background-color: #A9DF76;
}
</style>
border-color css
<style>
span { border-color: #A9DF76; }
span { border-color: rgb(169,223,118); }
td.TdClassName
{
border-color: #A9DF76;
}
.TagClassName
{
border-color: #A9DF76;
}
</style>