Shades of Feijoa #A9E07D
Tints of Feijoa #A9E07D
RGB
CMYK
RGB Variations
Color information
#A9E07D (or 0xA9E07D) is known color: Feijoa. HEX triplet: A9, E0 and 7D. RGB value is (169,224,125). Sum of RGB (Red+Green+Blue) = 169+224+125=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E07D is #561F82. Grayscale: #C4C4C4. Windows color (decimal): -5644163 or 8249513. OLE color: 8249513.
HSL color Cylindrical-coordinate representation of color #A9E07D: hue angle of 93.33º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9E07D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 224 | 125 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.12 |
| HSL | 93.33º | 0.61% | 0.68% | - |
| HSV(B) | 93.33º | 0.44% | 0.88% | - |
| XYZ | 46.72 | 63.23 | 29.14 | - |
| YUV | 196.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 125 | 0.25 | 0 | 0.44 | 0.12 | 93.33 | 0.61 | 0.68 |
| Hex | A9 | E0 | 7D | 19 | 0 | 2C | C | 5D | 3D | 44 |
| Octal | 251 | 340 | 175 | 31 | 0 | 54 | 14 | 135 | 75 | 104 |
| Binary | 10101001 | 11100000 | 1111101 | 11001 | 0 | 101100 | 1100 | 1011101 | 111101 | 1000100 |
Color Harmonies of #A9E07D
Complementary color
Monochromatic Colors of #A9E07D
Black with #A9E07D
Text Example
Text Example
White with #A9E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E07D; }
p { color: rgb(169,224,125); }
H1.HeaderClassName
{
color: #A9E07D;
}
.AnyTagClassName
{
color: #A9E07D;
}
</style>
background-color css
<style>
a { background-color: #A9E07D; }
a { background-color: rgb(169,224,125); }
div.DivClassName
{
background-color: #A9E07D;
}
.BgClassName
{
background-color: #A9E07D;
}
</style>
border-color css
<style>
span { border-color: #A9E07D; }
span { border-color: rgb(169,224,125); }
td.TdClassName
{
border-color: #A9E07D;
}
.TagClassName
{
border-color: #A9E07D;
}
</style>