Shades of Feijoa #A9DF8B
Tints of Feijoa #A9DF8B
RGB
CMYK
RGB Variations
Color information
#A9DF8B (or 0xA9DF8B) is known color: Feijoa. HEX triplet: A9, DF and 8B. RGB value is (169,223,139). Sum of RGB (Red+Green+Blue) = 169+223+139=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DF8B is #562074. Grayscale: #C5C5C5. Windows color (decimal): -5644405 or 9166761. OLE color: 9166761.
HSL color Cylindrical-coordinate representation of color #A9DF8B: hue angle of 98.57º 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 #A9DF8B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 139 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.13 |
| HSL | 98.57º | 0.57% | 0.71% | - |
| HSV(B) | 98.57º | 0.38% | 0.87% | - |
| XYZ | 47.41 | 63.07 | 34.1 | - |
| YUV | 197.28 | 95.11 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 139 | 0.24 | 0 | 0.38 | 0.13 | 98.57 | 0.57 | 0.71 |
| Hex | A9 | DF | 8B | 18 | 0 | 26 | D | 63 | 39 | 47 |
| Octal | 251 | 337 | 213 | 30 | 0 | 46 | 15 | 143 | 71 | 107 |
| Binary | 10101001 | 11011111 | 10001011 | 11000 | 0 | 100110 | 1101 | 1100011 | 111001 | 1000111 |
Color Harmonies of #A9DF8B
Complementary color
Monochromatic Colors of #A9DF8B
Black with #A9DF8B
Text Example
Text Example
White with #A9DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF8B; }
p { color: rgb(169,223,139); }
H1.HeaderClassName
{
color: #A9DF8B;
}
.AnyTagClassName
{
color: #A9DF8B;
}
</style>
background-color css
<style>
a { background-color: #A9DF8B; }
a { background-color: rgb(169,223,139); }
div.DivClassName
{
background-color: #A9DF8B;
}
.BgClassName
{
background-color: #A9DF8B;
}
</style>
border-color css
<style>
span { border-color: #A9DF8B; }
span { border-color: rgb(169,223,139); }
td.TdClassName
{
border-color: #A9DF8B;
}
.TagClassName
{
border-color: #A9DF8B;
}
</style>