Shades of Feijoa #A9D092
Tints of Feijoa #A9D092
RGB
CMYK
RGB Variations
Color information
#A9D092 (or 0xA9D092) is known color: Feijoa. HEX triplet: A9, D0 and 92. RGB value is (169,208,146). Sum of RGB (Red+Green+Blue) = 169+208+146=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D092 is #562F6D. Grayscale: #BDBDBD. Windows color (decimal): -5648238 or 9621673. OLE color: 9621673.
HSL color Cylindrical-coordinate representation of color #A9D092: hue angle of 97.74º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9D092 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 146 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.18 |
| HSL | 97.74º | 0.4% | 0.69% | - |
| HSV(B) | 97.74º | 0.3% | 0.82% | - |
| XYZ | 44.11 | 55.62 | 35.61 | - |
| YUV | 189.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 146 | 0.19 | 0 | 0.30 | 0.18 | 97.74 | 0.4 | 0.69 |
| Hex | A9 | D0 | 92 | 13 | 0 | 1E | 12 | 62 | 28 | 45 |
| Octal | 251 | 320 | 222 | 23 | 0 | 36 | 22 | 142 | 50 | 105 |
| Binary | 10101001 | 11010000 | 10010010 | 10011 | 0 | 11110 | 10010 | 1100010 | 101000 | 1000101 |
Color Harmonies of #A9D092
Complementary color
Monochromatic Colors of #A9D092
Black with #A9D092
Text Example
Text Example
White with #A9D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D092; }
p { color: rgb(169,208,146); }
H1.HeaderClassName
{
color: #A9D092;
}
.AnyTagClassName
{
color: #A9D092;
}
</style>
background-color css
<style>
a { background-color: #A9D092; }
a { background-color: rgb(169,208,146); }
div.DivClassName
{
background-color: #A9D092;
}
.BgClassName
{
background-color: #A9D092;
}
</style>
border-color css
<style>
span { border-color: #A9D092; }
span { border-color: rgb(169,208,146); }
td.TdClassName
{
border-color: #A9D092;
}
.TagClassName
{
border-color: #A9D092;
}
</style>