Shades of Feijoa #A9DF7D
Tints of Feijoa #A9DF7D
RGB
CMYK
RGB Variations
Color information
#A9DF7D (or 0xA9DF7D) is known color: Feijoa. HEX triplet: A9, DF and 7D. RGB value is (169,223,125). Sum of RGB (Red+Green+Blue) = 169+223+125=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DF7D is #562082. Grayscale: #C4C4C4. Windows color (decimal): -5644419 or 8249257. OLE color: 8249257.
HSL color Cylindrical-coordinate representation of color #A9DF7D: hue angle of 93.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9DF7D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 125 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.13 |
| HSL | 93.06º | 0.6% | 0.68% | - |
| HSV(B) | 93.06º | 0.44% | 0.87% | - |
| XYZ | 46.45 | 62.69 | 29.05 | - |
| YUV | 195.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 125 | 0.24 | 0 | 0.44 | 0.13 | 93.06 | 0.6 | 0.68 |
| Hex | A9 | DF | 7D | 18 | 0 | 2C | D | 5D | 3C | 44 |
| Octal | 251 | 337 | 175 | 30 | 0 | 54 | 15 | 135 | 74 | 104 |
| Binary | 10101001 | 11011111 | 1111101 | 11000 | 0 | 101100 | 1101 | 1011101 | 111100 | 1000100 |
Color Harmonies of #A9DF7D
Complementary color
Monochromatic Colors of #A9DF7D
Black with #A9DF7D
Text Example
Text Example
White with #A9DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF7D; }
p { color: rgb(169,223,125); }
H1.HeaderClassName
{
color: #A9DF7D;
}
.AnyTagClassName
{
color: #A9DF7D;
}
</style>
background-color css
<style>
a { background-color: #A9DF7D; }
a { background-color: rgb(169,223,125); }
div.DivClassName
{
background-color: #A9DF7D;
}
.BgClassName
{
background-color: #A9DF7D;
}
</style>
border-color css
<style>
span { border-color: #A9DF7D; }
span { border-color: rgb(169,223,125); }
td.TdClassName
{
border-color: #A9DF7D;
}
.TagClassName
{
border-color: #A9DF7D;
}
</style>