Shades of Feijoa #A9E975
Tints of Feijoa #A9E975
RGB
CMYK
RGB Variations
Color information
#A9E975 (or 0xA9E975) is known color: Feijoa. HEX triplet: A9, E9 and 75. RGB value is (169,233,117). Sum of RGB (Red+Green+Blue) = 169+233+117=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9E975 is #56168A. Grayscale: #C9C9C9. Windows color (decimal): -5641867 or 7727529. OLE color: 7727529.
HSL color Cylindrical-coordinate representation of color #A9E975: hue angle of 93.1º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9E975 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 233 | 117 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.09 |
| HSL | 93.1º | 0.73% | 0.69% | - |
| HSV(B) | 93.1º | 0.5% | 0.91% | - |
| XYZ | 48.71 | 68 | 27.39 | - |
| YUV | 200.64 | 80.8 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 233 | 117 | 0.27 | 0 | 0.50 | 0.09 | 93.1 | 0.73 | 0.69 |
| Hex | A9 | E9 | 75 | 1B | 0 | 32 | 9 | 5D | 48 | 45 |
| Octal | 251 | 351 | 165 | 33 | 0 | 62 | 11 | 135 | 110 | 105 |
| Binary | 10101001 | 11101001 | 1110101 | 11011 | 0 | 110010 | 1001 | 1011101 | 1001000 | 1000101 |
Color Harmonies of #A9E975
Complementary color
Monochromatic Colors of #A9E975
Black with #A9E975
Text Example
Text Example
White with #A9E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E975; }
p { color: rgb(169,233,117); }
H1.HeaderClassName
{
color: #A9E975;
}
.AnyTagClassName
{
color: #A9E975;
}
</style>
background-color css
<style>
a { background-color: #A9E975; }
a { background-color: rgb(169,233,117); }
div.DivClassName
{
background-color: #A9E975;
}
.BgClassName
{
background-color: #A9E975;
}
</style>
border-color css
<style>
span { border-color: #A9E975; }
span { border-color: rgb(169,233,117); }
td.TdClassName
{
border-color: #A9E975;
}
.TagClassName
{
border-color: #A9E975;
}
</style>