Shades of Feijoa #A9DF72
Tints of Feijoa #A9DF72
RGB
CMYK
RGB Variations
Color information
#A9DF72 (or 0xA9DF72) is known color: Feijoa. HEX triplet: A9, DF and 72. RGB value is (169,223,114). Sum of RGB (Red+Green+Blue) = 169+223+114=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DF72 is #56208D. Grayscale: #C2C2C2. Windows color (decimal): -5644430 or 7528361. OLE color: 7528361.
HSL color Cylindrical-coordinate representation of color #A9DF72: hue angle of 89.72º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9DF72 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 114 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.13 |
| HSL | 89.72º | 0.63% | 0.66% | - |
| HSV(B) | 89.72º | 0.49% | 0.87% | - |
| XYZ | 45.79 | 62.43 | 25.56 | - |
| YUV | 194.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 114 | 0.24 | 0 | 0.49 | 0.13 | 89.72 | 0.63 | 0.66 |
| Hex | A9 | DF | 72 | 18 | 0 | 31 | D | 5A | 3F | 42 |
| Octal | 251 | 337 | 162 | 30 | 0 | 61 | 15 | 132 | 77 | 102 |
| Binary | 10101001 | 11011111 | 1110010 | 11000 | 0 | 110001 | 1101 | 1011010 | 111111 | 1000010 |
Color Harmonies of #A9DF72
Complementary color
Monochromatic Colors of #A9DF72
Black with #A9DF72
Text Example
Text Example
White with #A9DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF72; }
p { color: rgb(169,223,114); }
H1.HeaderClassName
{
color: #A9DF72;
}
.AnyTagClassName
{
color: #A9DF72;
}
</style>
background-color css
<style>
a { background-color: #A9DF72; }
a { background-color: rgb(169,223,114); }
div.DivClassName
{
background-color: #A9DF72;
}
.BgClassName
{
background-color: #A9DF72;
}
</style>
border-color css
<style>
span { border-color: #A9DF72; }
span { border-color: rgb(169,223,114); }
td.TdClassName
{
border-color: #A9DF72;
}
.TagClassName
{
border-color: #A9DF72;
}
</style>