Shades of Feijoa #A5E475
Tints of Feijoa #A5E475
RGB
CMYK
RGB Variations
Color information
#A5E475 (or 0xA5E475) is known color: Feijoa. HEX triplet: A5, E4 and 75. RGB value is (165,228,117). Sum of RGB (Red+Green+Blue) = 165+228+117=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E475 is #5A1B8A. Grayscale: #C4C4C4. Windows color (decimal): -5905291 or 7726245. OLE color: 7726245.
HSL color Cylindrical-coordinate representation of color #A5E475: hue angle of 94.05º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5E475 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 117 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.11 |
| HSL | 94.05º | 0.67% | 0.68% | - |
| HSV(B) | 94.05º | 0.49% | 0.89% | - |
| XYZ | 46.47 | 64.77 | 26.88 | - |
| YUV | 196.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 117 | 0.28 | 0 | 0.49 | 0.11 | 94.05 | 0.67 | 0.68 |
| Hex | A5 | E4 | 75 | 1C | 0 | 31 | B | 5E | 43 | 44 |
| Octal | 245 | 344 | 165 | 34 | 0 | 61 | 13 | 136 | 103 | 104 |
| Binary | 10100101 | 11100100 | 1110101 | 11100 | 0 | 110001 | 1011 | 1011110 | 1000011 | 1000100 |
Color Harmonies of #A5E475
Complementary color
Monochromatic Colors of #A5E475
Black with #A5E475
Text Example
Text Example
White with #A5E475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E475; }
p { color: rgb(165,228,117); }
H1.HeaderClassName
{
color: #A5E475;
}
.AnyTagClassName
{
color: #A5E475;
}
</style>
background-color css
<style>
a { background-color: #A5E475; }
a { background-color: rgb(165,228,117); }
div.DivClassName
{
background-color: #A5E475;
}
.BgClassName
{
background-color: #A5E475;
}
</style>
border-color css
<style>
span { border-color: #A5E475; }
span { border-color: rgb(165,228,117); }
td.TdClassName
{
border-color: #A5E475;
}
.TagClassName
{
border-color: #A5E475;
}
</style>