Shades of Feijoa #A9DF8F
Tints of Feijoa #A9DF8F
RGB
CMYK
RGB Variations
Color information
#A9DF8F (or 0xA9DF8F) is known color: Feijoa. HEX triplet: A9, DF and 8F. RGB value is (169,223,143). Sum of RGB (Red+Green+Blue) = 169+223+143=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DF8F is #562070. Grayscale: #C5C5C5. Windows color (decimal): -5644401 or 9428905. OLE color: 9428905.
HSL color Cylindrical-coordinate representation of color #A9DF8F: hue angle of 100.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9DF8F is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 143 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.13 |
| HSL | 100.5º | 0.56% | 0.72% | - |
| HSV(B) | 100.5º | 0.36% | 0.87% | - |
| XYZ | 47.71 | 63.19 | 35.67 | - |
| YUV | 197.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 143 | 0.24 | 0 | 0.36 | 0.13 | 100.5 | 0.56 | 0.72 |
| Hex | A9 | DF | 8F | 18 | 0 | 24 | D | 64 | 38 | 48 |
| Octal | 251 | 337 | 217 | 30 | 0 | 44 | 15 | 144 | 70 | 110 |
| Binary | 10101001 | 11011111 | 10001111 | 11000 | 0 | 100100 | 1101 | 1100100 | 111000 | 1001000 |
Color Harmonies of #A9DF8F
Complementary color
Monochromatic Colors of #A9DF8F
Black with #A9DF8F
Text Example
Text Example
White with #A9DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF8F; }
p { color: rgb(169,223,143); }
H1.HeaderClassName
{
color: #A9DF8F;
}
.AnyTagClassName
{
color: #A9DF8F;
}
</style>
background-color css
<style>
a { background-color: #A9DF8F; }
a { background-color: rgb(169,223,143); }
div.DivClassName
{
background-color: #A9DF8F;
}
.BgClassName
{
background-color: #A9DF8F;
}
</style>
border-color css
<style>
span { border-color: #A9DF8F; }
span { border-color: rgb(169,223,143); }
td.TdClassName
{
border-color: #A9DF8F;
}
.TagClassName
{
border-color: #A9DF8F;
}
</style>