Shades of Feijoa #A9FE7D
Tints of Feijoa #A9FE7D
RGB
CMYK
RGB Variations
Color information
#A9FE7D (or 0xA9FE7D) is known color: Feijoa. HEX triplet: A9, FE and 7D. RGB value is (169,254,125). Sum of RGB (Red+Green+Blue) = 169+254+125=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FE7D is #560182. Grayscale: #D6D6D6. Windows color (decimal): -5636483 or 8257193. OLE color: 8257193.
HSL color Cylindrical-coordinate representation of color #A9FE7D: hue angle of 99.53º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9FE7D is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 254 | 125 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.00 |
| HSL | 99.53º | 0.98% | 0.74% | - |
| HSV(B) | 99.53º | 0.51% | 1% | - |
| XYZ | 55.51 | 80.8 | 32.07 | - |
| YUV | 213.88 | 77.84 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 254 | 125 | 0.33 | 0 | 0.51 | 0.00 | 99.53 | 0.98 | 0.74 |
| Hex | A9 | FE | 7D | 21 | 0 | 33 | 0 | 64 | 62 | 4A |
| Octal | 251 | 376 | 175 | 41 | 0 | 63 | 0 | 144 | 142 | 112 |
| Binary | 10101001 | 11111110 | 1111101 | 100001 | 0 | 110011 | 0 | 1100100 | 1100010 | 1001010 |
Color Harmonies of #A9FE7D
Complementary color
Monochromatic Colors of #A9FE7D
Black with #A9FE7D
Text Example
Text Example
White with #A9FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FE7D; }
p { color: rgb(169,254,125); }
H1.HeaderClassName
{
color: #A9FE7D;
}
.AnyTagClassName
{
color: #A9FE7D;
}
</style>
background-color css
<style>
a { background-color: #A9FE7D; }
a { background-color: rgb(169,254,125); }
div.DivClassName
{
background-color: #A9FE7D;
}
.BgClassName
{
background-color: #A9FE7D;
}
</style>
border-color css
<style>
span { border-color: #A9FE7D; }
span { border-color: rgb(169,254,125); }
td.TdClassName
{
border-color: #A9FE7D;
}
.TagClassName
{
border-color: #A9FE7D;
}
</style>