Shades of Feijoa #A9DF8A
Tints of Feijoa #A9DF8A
RGB
CMYK
RGB Variations
Color information
#A9DF8A (or 0xA9DF8A) is known color: Feijoa. HEX triplet: A9, DF and 8A. RGB value is (169,223,138). Sum of RGB (Red+Green+Blue) = 169+223+138=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DF8A is #562075. Grayscale: #C5C5C5. Windows color (decimal): -5644406 or 9101225. OLE color: 9101225.
HSL color Cylindrical-coordinate representation of color #A9DF8A: hue angle of 98.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9DF8A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 138 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.13 |
| HSL | 98.12º | 0.57% | 0.71% | - |
| HSV(B) | 98.12º | 0.38% | 0.87% | - |
| XYZ | 47.34 | 63.05 | 33.72 | - |
| YUV | 197.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 138 | 0.24 | 0 | 0.38 | 0.13 | 98.12 | 0.57 | 0.71 |
| Hex | A9 | DF | 8A | 18 | 0 | 26 | D | 62 | 39 | 47 |
| Octal | 251 | 337 | 212 | 30 | 0 | 46 | 15 | 142 | 71 | 107 |
| Binary | 10101001 | 11011111 | 10001010 | 11000 | 0 | 100110 | 1101 | 1100010 | 111001 | 1000111 |
Color Harmonies of #A9DF8A
Complementary color
Monochromatic Colors of #A9DF8A
Black with #A9DF8A
Text Example
Text Example
White with #A9DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF8A; }
p { color: rgb(169,223,138); }
H1.HeaderClassName
{
color: #A9DF8A;
}
.AnyTagClassName
{
color: #A9DF8A;
}
</style>
background-color css
<style>
a { background-color: #A9DF8A; }
a { background-color: rgb(169,223,138); }
div.DivClassName
{
background-color: #A9DF8A;
}
.BgClassName
{
background-color: #A9DF8A;
}
</style>
border-color css
<style>
span { border-color: #A9DF8A; }
span { border-color: rgb(169,223,138); }
td.TdClassName
{
border-color: #A9DF8A;
}
.TagClassName
{
border-color: #A9DF8A;
}
</style>