Shades of Feijoa #A9F972
Tints of Feijoa #A9F972
RGB
CMYK
RGB Variations
Color information
#A9F972 (or 0xA9F972) is known color: Feijoa. HEX triplet: A9, F9 and 72. RGB value is (169,249,114). Sum of RGB (Red+Green+Blue) = 169+249+114=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F972 is #56068D. Grayscale: #D2D2D2. Windows color (decimal): -5637774 or 7535017. OLE color: 7535017.
HSL color Cylindrical-coordinate representation of color #A9F972: hue angle of 95.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9F972 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 249 | 114 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.02 |
| HSL | 95.56º | 0.92% | 0.71% | - |
| HSV(B) | 95.56º | 0.54% | 0.98% | - |
| XYZ | 53.28 | 77.4 | 28.05 | - |
| YUV | 209.69 | 74 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 249 | 114 | 0.32 | 0 | 0.54 | 0.02 | 95.56 | 0.92 | 0.71 |
| Hex | A9 | F9 | 72 | 20 | 0 | 36 | 2 | 60 | 5C | 47 |
| Octal | 251 | 371 | 162 | 40 | 0 | 66 | 2 | 140 | 134 | 107 |
| Binary | 10101001 | 11111001 | 1110010 | 100000 | 0 | 110110 | 10 | 1100000 | 1011100 | 1000111 |
Color Harmonies of #A9F972
Complementary color
Monochromatic Colors of #A9F972
Black with #A9F972
Text Example
Text Example
White with #A9F972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F972; }
p { color: rgb(169,249,114); }
H1.HeaderClassName
{
color: #A9F972;
}
.AnyTagClassName
{
color: #A9F972;
}
</style>
background-color css
<style>
a { background-color: #A9F972; }
a { background-color: rgb(169,249,114); }
div.DivClassName
{
background-color: #A9F972;
}
.BgClassName
{
background-color: #A9F972;
}
</style>
border-color css
<style>
span { border-color: #A9F972; }
span { border-color: rgb(169,249,114); }
td.TdClassName
{
border-color: #A9F972;
}
.TagClassName
{
border-color: #A9F972;
}
</style>