Shades of Feijoa #A9CA8A
Tints of Feijoa #A9CA8A
RGB
CMYK
RGB Variations
Color information
#A9CA8A (or 0xA9CA8A) is known color: Feijoa. HEX triplet: A9, CA and 8A. RGB value is (169,202,138). Sum of RGB (Red+Green+Blue) = 169+202+138=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA8A is #563575. Grayscale: #B9B9B9. Windows color (decimal): -5649782 or 9095849. OLE color: 9095849.
HSL color Cylindrical-coordinate representation of color #A9CA8A: hue angle of 90.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9CA8A is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 138 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.21 |
| HSL | 90.94º | 0.38% | 0.67% | - |
| HSV(B) | 90.94º | 0.32% | 0.79% | - |
| XYZ | 42.07 | 52.51 | 31.96 | - |
| YUV | 184.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 138 | 0.16 | 0 | 0.32 | 0.21 | 90.94 | 0.38 | 0.67 |
| Hex | A9 | CA | 8A | 10 | 0 | 20 | 15 | 5B | 26 | 43 |
| Octal | 251 | 312 | 212 | 20 | 0 | 40 | 25 | 133 | 46 | 103 |
| Binary | 10101001 | 11001010 | 10001010 | 10000 | 0 | 100000 | 10101 | 1011011 | 100110 | 1000011 |
Color Harmonies of #A9CA8A
Complementary color
Monochromatic Colors of #A9CA8A
Black with #A9CA8A
Text Example
Text Example
White with #A9CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA8A; }
p { color: rgb(169,202,138); }
H1.HeaderClassName
{
color: #A9CA8A;
}
.AnyTagClassName
{
color: #A9CA8A;
}
</style>
background-color css
<style>
a { background-color: #A9CA8A; }
a { background-color: rgb(169,202,138); }
div.DivClassName
{
background-color: #A9CA8A;
}
.BgClassName
{
background-color: #A9CA8A;
}
</style>
border-color css
<style>
span { border-color: #A9CA8A; }
span { border-color: rgb(169,202,138); }
td.TdClassName
{
border-color: #A9CA8A;
}
.TagClassName
{
border-color: #A9CA8A;
}
</style>