Shades of Feijoa #A9DD74
Tints of Feijoa #A9DD74
RGB
CMYK
RGB Variations
Color information
#A9DD74 (or 0xA9DD74) is known color: Feijoa. HEX triplet: A9, DD and 74. RGB value is (169,221,116). Sum of RGB (Red+Green+Blue) = 169+221+116=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DD74 is #56228B. Grayscale: #C1C1C1. Windows color (decimal): -5644940 or 7658921. OLE color: 7658921.
HSL color Cylindrical-coordinate representation of color #A9DD74: hue angle of 89.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9DD74 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 116 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.13 |
| HSL | 89.71º | 0.61% | 0.66% | - |
| HSV(B) | 89.71º | 0.48% | 0.87% | - |
| XYZ | 45.37 | 61.41 | 25.98 | - |
| YUV | 193.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 116 | 0.24 | 0 | 0.48 | 0.13 | 89.71 | 0.61 | 0.66 |
| Hex | A9 | DD | 74 | 18 | 0 | 30 | D | 5A | 3D | 42 |
| Octal | 251 | 335 | 164 | 30 | 0 | 60 | 15 | 132 | 75 | 102 |
| Binary | 10101001 | 11011101 | 1110100 | 11000 | 0 | 110000 | 1101 | 1011010 | 111101 | 1000010 |
Color Harmonies of #A9DD74
Complementary color
Monochromatic Colors of #A9DD74
Black with #A9DD74
Text Example
Text Example
White with #A9DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DD74; }
p { color: rgb(169,221,116); }
H1.HeaderClassName
{
color: #A9DD74;
}
.AnyTagClassName
{
color: #A9DD74;
}
</style>
background-color css
<style>
a { background-color: #A9DD74; }
a { background-color: rgb(169,221,116); }
div.DivClassName
{
background-color: #A9DD74;
}
.BgClassName
{
background-color: #A9DD74;
}
</style>
border-color css
<style>
span { border-color: #A9DD74; }
span { border-color: rgb(169,221,116); }
td.TdClassName
{
border-color: #A9DD74;
}
.TagClassName
{
border-color: #A9DD74;
}
</style>