Shades of Feijoa #A9EF74
Tints of Feijoa #A9EF74
RGB
CMYK
RGB Variations
Color information
#A9EF74 (or 0xA9EF74) is known color: Feijoa. HEX triplet: A9, EF and 74. RGB value is (169,239,116). Sum of RGB (Red+Green+Blue) = 169+239+116=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #A9EF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9EF74 is #56108B. Grayscale: #CCCCCC. Windows color (decimal): -5640332 or 7663529. OLE color: 7663529.
HSL color Cylindrical-coordinate representation of color #A9EF74: hue angle of 94.15º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9EF74 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 239 | 116 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.06 |
| HSL | 94.15º | 0.79% | 0.7% | - |
| HSV(B) | 94.15º | 0.51% | 0.94% | - |
| XYZ | 50.38 | 71.43 | 27.65 | - |
| YUV | 204.05 | 78.31 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 239 | 116 | 0.29 | 0 | 0.51 | 0.06 | 94.15 | 0.79 | 0.7 |
| Hex | A9 | EF | 74 | 1D | 0 | 33 | 6 | 5E | 4F | 46 |
| Octal | 251 | 357 | 164 | 35 | 0 | 63 | 6 | 136 | 117 | 106 |
| Binary | 10101001 | 11101111 | 1110100 | 11101 | 0 | 110011 | 110 | 1011110 | 1001111 | 1000110 |
Color Harmonies of #A9EF74
Complementary color
Monochromatic Colors of #A9EF74
Black with #A9EF74
Text Example
Text Example
White with #A9EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EF74; }
p { color: rgb(169,239,116); }
H1.HeaderClassName
{
color: #A9EF74;
}
.AnyTagClassName
{
color: #A9EF74;
}
</style>
background-color css
<style>
a { background-color: #A9EF74; }
a { background-color: rgb(169,239,116); }
div.DivClassName
{
background-color: #A9EF74;
}
.BgClassName
{
background-color: #A9EF74;
}
</style>
border-color css
<style>
span { border-color: #A9EF74; }
span { border-color: rgb(169,239,116); }
td.TdClassName
{
border-color: #A9EF74;
}
.TagClassName
{
border-color: #A9EF74;
}
</style>