Shades of Feijoa #A9F187
Tints of Feijoa #A9F187
RGB
CMYK
RGB Variations
Color information
#A9F187 (or 0xA9F187) is known color: Feijoa. HEX triplet: A9, F1 and 87. RGB value is (169,241,135). Sum of RGB (Red+Green+Blue) = 169+241+135=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F187 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F187 is #560E78. Grayscale: #CFCFCF. Windows color (decimal): -5639801 or 8909225. OLE color: 8909225.
HSL color Cylindrical-coordinate representation of color #A9F187: hue angle of 100.75º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9F187 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 241 | 135 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.05 |
| HSL | 100.75º | 0.79% | 0.74% | - |
| HSV(B) | 100.75º | 0.44% | 0.95% | - |
| XYZ | 52.19 | 73.09 | 34.28 | - |
| YUV | 207.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 241 | 135 | 0.30 | 0 | 0.44 | 0.05 | 100.75 | 0.79 | 0.74 |
| Hex | A9 | F1 | 87 | 1E | 0 | 2C | 5 | 65 | 4F | 4A |
| Octal | 251 | 361 | 207 | 36 | 0 | 54 | 5 | 145 | 117 | 112 |
| Binary | 10101001 | 11110001 | 10000111 | 11110 | 0 | 101100 | 101 | 1100101 | 1001111 | 1001010 |
Color Harmonies of #A9F187
Complementary color
Monochromatic Colors of #A9F187
Black with #A9F187
Text Example
Text Example
White with #A9F187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F187; }
p { color: rgb(169,241,135); }
H1.HeaderClassName
{
color: #A9F187;
}
.AnyTagClassName
{
color: #A9F187;
}
</style>
background-color css
<style>
a { background-color: #A9F187; }
a { background-color: rgb(169,241,135); }
div.DivClassName
{
background-color: #A9F187;
}
.BgClassName
{
background-color: #A9F187;
}
</style>
border-color css
<style>
span { border-color: #A9F187; }
span { border-color: rgb(169,241,135); }
td.TdClassName
{
border-color: #A9F187;
}
.TagClassName
{
border-color: #A9F187;
}
</style>