Shades of Feijoa #A9D08A
Tints of Feijoa #A9D08A
RGB
CMYK
RGB Variations
Color information
#A9D08A (or 0xA9D08A) is known color: Feijoa. HEX triplet: A9, D0 and 8A. RGB value is (169,208,138). Sum of RGB (Red+Green+Blue) = 169+208+138=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D08A is #562F75. Grayscale: #BCBCBC. Windows color (decimal): -5648246 or 9097385. OLE color: 9097385.
HSL color Cylindrical-coordinate representation of color #A9D08A: hue angle of 93.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9D08A is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 138 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.18 |
| HSL | 93.43º | 0.43% | 0.68% | - |
| HSV(B) | 93.43º | 0.34% | 0.82% | - |
| XYZ | 43.51 | 55.38 | 32.44 | - |
| YUV | 188.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 138 | 0.19 | 0 | 0.34 | 0.18 | 93.43 | 0.43 | 0.68 |
| Hex | A9 | D0 | 8A | 13 | 0 | 22 | 12 | 5D | 2B | 44 |
| Octal | 251 | 320 | 212 | 23 | 0 | 42 | 22 | 135 | 53 | 104 |
| Binary | 10101001 | 11010000 | 10001010 | 10011 | 0 | 100010 | 10010 | 1011101 | 101011 | 1000100 |
Color Harmonies of #A9D08A
Complementary color
Monochromatic Colors of #A9D08A
Black with #A9D08A
Text Example
Text Example
White with #A9D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D08A; }
p { color: rgb(169,208,138); }
H1.HeaderClassName
{
color: #A9D08A;
}
.AnyTagClassName
{
color: #A9D08A;
}
</style>
background-color css
<style>
a { background-color: #A9D08A; }
a { background-color: rgb(169,208,138); }
div.DivClassName
{
background-color: #A9D08A;
}
.BgClassName
{
background-color: #A9D08A;
}
</style>
border-color css
<style>
span { border-color: #A9D08A; }
span { border-color: rgb(169,208,138); }
td.TdClassName
{
border-color: #A9D08A;
}
.TagClassName
{
border-color: #A9D08A;
}
</style>