Shades of Feijoa #A9E075
Tints of Feijoa #A9E075
RGB
CMYK
RGB Variations
Color information
#A9E075 (or 0xA9E075) is known color: Feijoa. HEX triplet: A9, E0 and 75. RGB value is (169,224,117). Sum of RGB (Red+Green+Blue) = 169+224+117=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E075 is #561F8A. Grayscale: #C3C3C3. Windows color (decimal): -5644171 or 7725225. OLE color: 7725225.
HSL color Cylindrical-coordinate representation of color #A9E075: hue angle of 90.84º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9E075 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 224 | 117 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.12 |
| HSL | 90.84º | 0.63% | 0.67% | - |
| HSV(B) | 90.84º | 0.48% | 0.88% | - |
| XYZ | 46.23 | 63.03 | 26.56 | - |
| YUV | 195.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 117 | 0.25 | 0 | 0.48 | 0.12 | 90.84 | 0.63 | 0.67 |
| Hex | A9 | E0 | 75 | 19 | 0 | 30 | C | 5B | 3F | 43 |
| Octal | 251 | 340 | 165 | 31 | 0 | 60 | 14 | 133 | 77 | 103 |
| Binary | 10101001 | 11100000 | 1110101 | 11001 | 0 | 110000 | 1100 | 1011011 | 111111 | 1000011 |
Color Harmonies of #A9E075
Complementary color
Monochromatic Colors of #A9E075
Black with #A9E075
Text Example
Text Example
White with #A9E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E075; }
p { color: rgb(169,224,117); }
H1.HeaderClassName
{
color: #A9E075;
}
.AnyTagClassName
{
color: #A9E075;
}
</style>
background-color css
<style>
a { background-color: #A9E075; }
a { background-color: rgb(169,224,117); }
div.DivClassName
{
background-color: #A9E075;
}
.BgClassName
{
background-color: #A9E075;
}
</style>
border-color css
<style>
span { border-color: #A9E075; }
span { border-color: rgb(169,224,117); }
td.TdClassName
{
border-color: #A9E075;
}
.TagClassName
{
border-color: #A9E075;
}
</style>