Shades of Feijoa #A9F672
Tints of Feijoa #A9F672
RGB
CMYK
RGB Variations
Color information
#A9F672 (or 0xA9F672) is known color: Feijoa. HEX triplet: A9, F6 and 72. RGB value is (169,246,114). Sum of RGB (Red+Green+Blue) = 169+246+114=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #A9F672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F672 is #56098D. Grayscale: #D0D0D0. Windows color (decimal): -5638542 or 7534249. OLE color: 7534249.
HSL color Cylindrical-coordinate representation of color #A9F672: hue angle of 95º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9F672 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 246 | 114 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.04 |
| HSL | 95º | 0.88% | 0.71% | - |
| HSV(B) | 95º | 0.54% | 0.96% | - |
| XYZ | 52.36 | 75.56 | 27.75 | - |
| YUV | 207.93 | 74.99 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 246 | 114 | 0.31 | 0 | 0.54 | 0.04 | 95 | 0.88 | 0.71 |
| Hex | A9 | F6 | 72 | 1F | 0 | 36 | 4 | 5F | 58 | 47 |
| Octal | 251 | 366 | 162 | 37 | 0 | 66 | 4 | 137 | 130 | 107 |
| Binary | 10101001 | 11110110 | 1110010 | 11111 | 0 | 110110 | 100 | 1011111 | 1011000 | 1000111 |
Color Harmonies of #A9F672
Complementary color
Monochromatic Colors of #A9F672
Black with #A9F672
Text Example
Text Example
White with #A9F672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F672; }
p { color: rgb(169,246,114); }
H1.HeaderClassName
{
color: #A9F672;
}
.AnyTagClassName
{
color: #A9F672;
}
</style>
background-color css
<style>
a { background-color: #A9F672; }
a { background-color: rgb(169,246,114); }
div.DivClassName
{
background-color: #A9F672;
}
.BgClassName
{
background-color: #A9F672;
}
</style>
border-color css
<style>
span { border-color: #A9F672; }
span { border-color: rgb(169,246,114); }
td.TdClassName
{
border-color: #A9F672;
}
.TagClassName
{
border-color: #A9F672;
}
</style>