Shades of Feijoa #A9EC8B
Tints of Feijoa #A9EC8B
RGB
CMYK
RGB Variations
Color information
#A9EC8B (or 0xA9EC8B) is known color: Feijoa. HEX triplet: A9, EC and 8B. RGB value is (169,236,139). Sum of RGB (Red+Green+Blue) = 169+236+139=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #A9EC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EC8B is #561374. Grayscale: #CDCDCD. Windows color (decimal): -5641077 or 9170089. OLE color: 9170089.
HSL color Cylindrical-coordinate representation of color #A9EC8B: hue angle of 101.44º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9EC8B is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 139 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.07 |
| HSL | 101.44º | 0.72% | 0.74% | - |
| HSV(B) | 101.44º | 0.41% | 0.93% | - |
| XYZ | 51.02 | 70.29 | 35.3 | - |
| YUV | 204.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 139 | 0.28 | 0 | 0.41 | 0.07 | 101.44 | 0.72 | 0.74 |
| Hex | A9 | EC | 8B | 1C | 0 | 29 | 7 | 65 | 48 | 4A |
| Octal | 251 | 354 | 213 | 34 | 0 | 51 | 7 | 145 | 110 | 112 |
| Binary | 10101001 | 11101100 | 10001011 | 11100 | 0 | 101001 | 111 | 1100101 | 1001000 | 1001010 |
Color Harmonies of #A9EC8B
Complementary color
Monochromatic Colors of #A9EC8B
Black with #A9EC8B
Text Example
Text Example
White with #A9EC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EC8B; }
p { color: rgb(169,236,139); }
H1.HeaderClassName
{
color: #A9EC8B;
}
.AnyTagClassName
{
color: #A9EC8B;
}
</style>
background-color css
<style>
a { background-color: #A9EC8B; }
a { background-color: rgb(169,236,139); }
div.DivClassName
{
background-color: #A9EC8B;
}
.BgClassName
{
background-color: #A9EC8B;
}
</style>
border-color css
<style>
span { border-color: #A9EC8B; }
span { border-color: rgb(169,236,139); }
td.TdClassName
{
border-color: #A9EC8B;
}
.TagClassName
{
border-color: #A9EC8B;
}
</style>