Shades of Feijoa #A9ED7F
Tints of Feijoa #A9ED7F
RGB
CMYK
RGB Variations
Color information
#A9ED7F (or 0xA9ED7F) is known color: Feijoa. HEX triplet: A9, ED and 7F. RGB value is (169,237,127). Sum of RGB (Red+Green+Blue) = 169+237+127=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #A9ED7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9ED7F is #561280. Grayscale: #CCCCCC. Windows color (decimal): -5640833 or 8383913. OLE color: 8383913.
HSL color Cylindrical-coordinate representation of color #A9ED7F: hue angle of 97.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9ED7F is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 127 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.07 |
| HSL | 97.09º | 0.75% | 0.71% | - |
| HSV(B) | 97.09º | 0.46% | 0.93% | - |
| XYZ | 50.48 | 70.54 | 31.03 | - |
| YUV | 204.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 127 | 0.29 | 0 | 0.46 | 0.07 | 97.09 | 0.75 | 0.71 |
| Hex | A9 | ED | 7F | 1D | 0 | 2E | 7 | 61 | 4B | 47 |
| Octal | 251 | 355 | 177 | 35 | 0 | 56 | 7 | 141 | 113 | 107 |
| Binary | 10101001 | 11101101 | 1111111 | 11101 | 0 | 101110 | 111 | 1100001 | 1001011 | 1000111 |
Color Harmonies of #A9ED7F
Complementary color
Monochromatic Colors of #A9ED7F
Black with #A9ED7F
Text Example
Text Example
White with #A9ED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ED7F; }
p { color: rgb(169,237,127); }
H1.HeaderClassName
{
color: #A9ED7F;
}
.AnyTagClassName
{
color: #A9ED7F;
}
</style>
background-color css
<style>
a { background-color: #A9ED7F; }
a { background-color: rgb(169,237,127); }
div.DivClassName
{
background-color: #A9ED7F;
}
.BgClassName
{
background-color: #A9ED7F;
}
</style>
border-color css
<style>
span { border-color: #A9ED7F; }
span { border-color: rgb(169,237,127); }
td.TdClassName
{
border-color: #A9ED7F;
}
.TagClassName
{
border-color: #A9ED7F;
}
</style>