Shades of Feijoa #A9D67E
Tints of Feijoa #A9D67E
RGB
CMYK
RGB Variations
Color information
#A9D67E (or 0xA9D67E) is known color: Feijoa. HEX triplet: A9, D6 and 7E. RGB value is (169,214,126). Sum of RGB (Red+Green+Blue) = 169+214+126=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D67E is #562981. Grayscale: #BEBEBE. Windows color (decimal): -5646722 or 8312489. OLE color: 8312489.
HSL color Cylindrical-coordinate representation of color #A9D67E: hue angle of 90.68º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9D67E is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 214 | 126 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.16 |
| HSL | 90.68º | 0.52% | 0.67% | - |
| HSV(B) | 90.68º | 0.41% | 0.84% | - |
| XYZ | 44.17 | 58.03 | 28.61 | - |
| YUV | 190.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 214 | 126 | 0.21 | 0 | 0.41 | 0.16 | 90.68 | 0.52 | 0.67 |
| Hex | A9 | D6 | 7E | 15 | 0 | 29 | 10 | 5B | 34 | 43 |
| Octal | 251 | 326 | 176 | 25 | 0 | 51 | 20 | 133 | 64 | 103 |
| Binary | 10101001 | 11010110 | 1111110 | 10101 | 0 | 101001 | 10000 | 1011011 | 110100 | 1000011 |
Color Harmonies of #A9D67E
Complementary color
Monochromatic Colors of #A9D67E
Black with #A9D67E
Text Example
Text Example
White with #A9D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D67E; }
p { color: rgb(169,214,126); }
H1.HeaderClassName
{
color: #A9D67E;
}
.AnyTagClassName
{
color: #A9D67E;
}
</style>
background-color css
<style>
a { background-color: #A9D67E; }
a { background-color: rgb(169,214,126); }
div.DivClassName
{
background-color: #A9D67E;
}
.BgClassName
{
background-color: #A9D67E;
}
</style>
border-color css
<style>
span { border-color: #A9D67E; }
span { border-color: rgb(169,214,126); }
td.TdClassName
{
border-color: #A9D67E;
}
.TagClassName
{
border-color: #A9D67E;
}
</style>