Shades of Feijoa #A9E96F
Tints of Feijoa #A9E96F
RGB
CMYK
RGB Variations
Color information
#A9E96F (or 0xA9E96F) is known color: Feijoa. HEX triplet: A9, E9 and 6F. RGB value is (169,233,111). Sum of RGB (Red+Green+Blue) = 169+233+111=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9E96F is #561690. Grayscale: #C8C8C8. Windows color (decimal): -5641873 or 7334313. OLE color: 7334313.
HSL color Cylindrical-coordinate representation of color #A9E96F: hue angle of 91.48º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9E96F is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 233 | 111 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.09 |
| HSL | 91.48º | 0.73% | 0.67% | - |
| HSV(B) | 91.48º | 0.52% | 0.91% | - |
| XYZ | 48.37 | 67.86 | 25.59 | - |
| YUV | 199.96 | 77.8 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 233 | 111 | 0.27 | 0 | 0.52 | 0.09 | 91.48 | 0.73 | 0.67 |
| Hex | A9 | E9 | 6F | 1B | 0 | 34 | 9 | 5B | 49 | 43 |
| Octal | 251 | 351 | 157 | 33 | 0 | 64 | 11 | 133 | 111 | 103 |
| Binary | 10101001 | 11101001 | 1101111 | 11011 | 0 | 110100 | 1001 | 1011011 | 1001001 | 1000011 |
Color Harmonies of #A9E96F
Complementary color
Monochromatic Colors of #A9E96F
Black with #A9E96F
Text Example
Text Example
White with #A9E96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E96F; }
p { color: rgb(169,233,111); }
H1.HeaderClassName
{
color: #A9E96F;
}
.AnyTagClassName
{
color: #A9E96F;
}
</style>
background-color css
<style>
a { background-color: #A9E96F; }
a { background-color: rgb(169,233,111); }
div.DivClassName
{
background-color: #A9E96F;
}
.BgClassName
{
background-color: #A9E96F;
}
</style>
border-color css
<style>
span { border-color: #A9E96F; }
span { border-color: rgb(169,233,111); }
td.TdClassName
{
border-color: #A9E96F;
}
.TagClassName
{
border-color: #A9E96F;
}
</style>