Shades of Feijoa #A9F386
Tints of Feijoa #A9F386
RGB
CMYK
RGB Variations
Color information
#A9F386 (or 0xA9F386) is known color: Feijoa. HEX triplet: A9, F3 and 86. RGB value is (169,243,134). Sum of RGB (Red+Green+Blue) = 169+243+134=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F386 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F386 is #560C79. Grayscale: #D0D0D0. Windows color (decimal): -5639290 or 8844201. OLE color: 8844201.
HSL color Cylindrical-coordinate representation of color #A9F386: hue angle of 100.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9F386 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 243 | 134 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.05 |
| HSL | 100.73º | 0.82% | 0.74% | - |
| HSV(B) | 100.73º | 0.45% | 0.95% | - |
| XYZ | 52.72 | 74.26 | 34.11 | - |
| YUV | 208.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 243 | 134 | 0.30 | 0 | 0.45 | 0.05 | 100.73 | 0.82 | 0.74 |
| Hex | A9 | F3 | 86 | 1E | 0 | 2D | 5 | 65 | 52 | 4A |
| Octal | 251 | 363 | 206 | 36 | 0 | 55 | 5 | 145 | 122 | 112 |
| Binary | 10101001 | 11110011 | 10000110 | 11110 | 0 | 101101 | 101 | 1100101 | 1010010 | 1001010 |
Color Harmonies of #A9F386
Complementary color
Monochromatic Colors of #A9F386
Black with #A9F386
Text Example
Text Example
White with #A9F386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F386; }
p { color: rgb(169,243,134); }
H1.HeaderClassName
{
color: #A9F386;
}
.AnyTagClassName
{
color: #A9F386;
}
</style>
background-color css
<style>
a { background-color: #A9F386; }
a { background-color: rgb(169,243,134); }
div.DivClassName
{
background-color: #A9F386;
}
.BgClassName
{
background-color: #A9F386;
}
</style>
border-color css
<style>
span { border-color: #A9F386; }
span { border-color: rgb(169,243,134); }
td.TdClassName
{
border-color: #A9F386;
}
.TagClassName
{
border-color: #A9F386;
}
</style>