Shades of Feijoa #A5E47F
Tints of Feijoa #A5E47F
RGB
CMYK
RGB Variations
Color information
#A5E47F (or 0xA5E47F) is known color: Feijoa. HEX triplet: A5, E4 and 7F. RGB value is (165,228,127). Sum of RGB (Red+Green+Blue) = 165+228+127=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E47F is #5A1B80. Grayscale: #C5C5C5. Windows color (decimal): -5905281 or 8381605. OLE color: 8381605.
HSL color Cylindrical-coordinate representation of color #A5E47F: hue angle of 97.43º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5E47F is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 127 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.11 |
| HSL | 97.43º | 0.65% | 0.7% | - |
| HSV(B) | 97.43º | 0.44% | 0.89% | - |
| XYZ | 47.09 | 65.02 | 30.15 | - |
| YUV | 197.65 | 88.13 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 127 | 0.28 | 0 | 0.44 | 0.11 | 97.43 | 0.65 | 0.7 |
| Hex | A5 | E4 | 7F | 1C | 0 | 2C | B | 61 | 41 | 46 |
| Octal | 245 | 344 | 177 | 34 | 0 | 54 | 13 | 141 | 101 | 106 |
| Binary | 10100101 | 11100100 | 1111111 | 11100 | 0 | 101100 | 1011 | 1100001 | 1000001 | 1000110 |
Color Harmonies of #A5E47F
Complementary color
Monochromatic Colors of #A5E47F
Black with #A5E47F
Text Example
Text Example
White with #A5E47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E47F; }
p { color: rgb(165,228,127); }
H1.HeaderClassName
{
color: #A5E47F;
}
.AnyTagClassName
{
color: #A5E47F;
}
</style>
background-color css
<style>
a { background-color: #A5E47F; }
a { background-color: rgb(165,228,127); }
div.DivClassName
{
background-color: #A5E47F;
}
.BgClassName
{
background-color: #A5E47F;
}
</style>
border-color css
<style>
span { border-color: #A5E47F; }
span { border-color: rgb(165,228,127); }
td.TdClassName
{
border-color: #A5E47F;
}
.TagClassName
{
border-color: #A5E47F;
}
</style>