Shades of Feijoa #A5E179
Tints of Feijoa #A5E179
RGB
CMYK
RGB Variations
Color information
#A5E179 (or 0xA5E179) is known color: Feijoa. HEX triplet: A5, E1 and 79. RGB value is (165,225,121). Sum of RGB (Red+Green+Blue) = 165+225+121=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E179 is #5A1E86. Grayscale: #C3C3C3. Windows color (decimal): -5906055 or 7987621. OLE color: 7987621.
HSL color Cylindrical-coordinate representation of color #A5E179: hue angle of 94.62º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5E179 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 121 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.12 |
| HSL | 94.62º | 0.63% | 0.68% | - |
| HSV(B) | 94.62º | 0.46% | 0.88% | - |
| XYZ | 45.89 | 63.23 | 27.87 | - |
| YUV | 195.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 121 | 0.27 | 0 | 0.46 | 0.12 | 94.62 | 0.63 | 0.68 |
| Hex | A5 | E1 | 79 | 1B | 0 | 2E | C | 5F | 3F | 44 |
| Octal | 245 | 341 | 171 | 33 | 0 | 56 | 14 | 137 | 77 | 104 |
| Binary | 10100101 | 11100001 | 1111001 | 11011 | 0 | 101110 | 1100 | 1011111 | 111111 | 1000100 |
Color Harmonies of #A5E179
Complementary color
Monochromatic Colors of #A5E179
Black with #A5E179
Text Example
Text Example
White with #A5E179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E179; }
p { color: rgb(165,225,121); }
H1.HeaderClassName
{
color: #A5E179;
}
.AnyTagClassName
{
color: #A5E179;
}
</style>
background-color css
<style>
a { background-color: #A5E179; }
a { background-color: rgb(165,225,121); }
div.DivClassName
{
background-color: #A5E179;
}
.BgClassName
{
background-color: #A5E179;
}
</style>
border-color css
<style>
span { border-color: #A5E179; }
span { border-color: rgb(165,225,121); }
td.TdClassName
{
border-color: #A5E179;
}
.TagClassName
{
border-color: #A5E179;
}
</style>