Shades of Feijoa #A9DF90
Tints of Feijoa #A9DF90
RGB
CMYK
RGB Variations
Color information
#A9DF90 (or 0xA9DF90) is known color: Feijoa. HEX triplet: A9, DF and 90. RGB value is (169,223,144). Sum of RGB (Red+Green+Blue) = 169+223+144=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DF90 is #56206F. Grayscale: #C6C6C6. Windows color (decimal): -5644400 or 9494441. OLE color: 9494441.
HSL color Cylindrical-coordinate representation of color #A9DF90: hue angle of 101.01º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9DF90 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 144 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.13 |
| HSL | 101.01º | 0.55% | 0.72% | - |
| HSV(B) | 101.01º | 0.35% | 0.87% | - |
| XYZ | 47.78 | 63.22 | 36.07 | - |
| YUV | 197.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 144 | 0.24 | 0 | 0.35 | 0.13 | 101.01 | 0.55 | 0.72 |
| Hex | A9 | DF | 90 | 18 | 0 | 23 | D | 65 | 37 | 48 |
| Octal | 251 | 337 | 220 | 30 | 0 | 43 | 15 | 145 | 67 | 110 |
| Binary | 10101001 | 11011111 | 10010000 | 11000 | 0 | 100011 | 1101 | 1100101 | 110111 | 1001000 |
Color Harmonies of #A9DF90
Complementary color
Monochromatic Colors of #A9DF90
Black with #A9DF90
Text Example
Text Example
White with #A9DF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF90; }
p { color: rgb(169,223,144); }
H1.HeaderClassName
{
color: #A9DF90;
}
.AnyTagClassName
{
color: #A9DF90;
}
</style>
background-color css
<style>
a { background-color: #A9DF90; }
a { background-color: rgb(169,223,144); }
div.DivClassName
{
background-color: #A9DF90;
}
.BgClassName
{
background-color: #A9DF90;
}
</style>
border-color css
<style>
span { border-color: #A9DF90; }
span { border-color: rgb(169,223,144); }
td.TdClassName
{
border-color: #A9DF90;
}
.TagClassName
{
border-color: #A9DF90;
}
</style>