Shades of Feijoa #A9F06C
Tints of Feijoa #A9F06C
RGB
CMYK
RGB Variations
Color information
#A9F06C (or 0xA9F06C) is known color: Feijoa. HEX triplet: A9, F0 and 6C. RGB value is (169,240,108). Sum of RGB (Red+Green+Blue) = 169+240+108=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F06C is #560F93. Grayscale: #CCCCCC. Windows color (decimal): -5640084 or 7139497. OLE color: 7139497.
HSL color Cylindrical-coordinate representation of color #A9F06C: hue angle of 92.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9F06C is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 108 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.06 |
| HSL | 92.27º | 0.81% | 0.68% | - |
| HSV(B) | 92.27º | 0.55% | 0.94% | - |
| XYZ | 50.23 | 71.84 | 25.41 | - |
| YUV | 203.72 | 73.98 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 108 | 0.30 | 0 | 0.55 | 0.06 | 92.27 | 0.81 | 0.68 |
| Hex | A9 | F0 | 6C | 1E | 0 | 37 | 6 | 5C | 51 | 44 |
| Octal | 251 | 360 | 154 | 36 | 0 | 67 | 6 | 134 | 121 | 104 |
| Binary | 10101001 | 11110000 | 1101100 | 11110 | 0 | 110111 | 110 | 1011100 | 1010001 | 1000100 |
Color Harmonies of #A9F06C
Complementary color
Monochromatic Colors of #A9F06C
Black with #A9F06C
Text Example
Text Example
White with #A9F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F06C; }
p { color: rgb(169,240,108); }
H1.HeaderClassName
{
color: #A9F06C;
}
.AnyTagClassName
{
color: #A9F06C;
}
</style>
background-color css
<style>
a { background-color: #A9F06C; }
a { background-color: rgb(169,240,108); }
div.DivClassName
{
background-color: #A9F06C;
}
.BgClassName
{
background-color: #A9F06C;
}
</style>
border-color css
<style>
span { border-color: #A9F06C; }
span { border-color: rgb(169,240,108); }
td.TdClassName
{
border-color: #A9F06C;
}
.TagClassName
{
border-color: #A9F06C;
}
</style>