Shades of Feijoa #A5E671
Tints of Feijoa #A5E671
RGB
CMYK
RGB Variations
Color information
#A5E671 (or 0xA5E671) is known color: Feijoa. HEX triplet: A5, E6 and 71. RGB value is (165,230,113). Sum of RGB (Red+Green+Blue) = 165+230+113=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E671 is #5A198E. Grayscale: #C5C5C5. Windows color (decimal): -5904783 or 7464613. OLE color: 7464613.
HSL color Cylindrical-coordinate representation of color #A5E671: hue angle of 93.33º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5E671 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 113 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.10 |
| HSL | 93.33º | 0.7% | 0.67% | - |
| HSV(B) | 93.33º | 0.51% | 0.9% | - |
| XYZ | 46.79 | 65.79 | 25.85 | - |
| YUV | 197.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 113 | 0.28 | 0 | 0.51 | 0.10 | 93.33 | 0.7 | 0.67 |
| Hex | A5 | E6 | 71 | 1C | 0 | 33 | A | 5D | 46 | 43 |
| Octal | 245 | 346 | 161 | 34 | 0 | 63 | 12 | 135 | 106 | 103 |
| Binary | 10100101 | 11100110 | 1110001 | 11100 | 0 | 110011 | 1010 | 1011101 | 1000110 | 1000011 |
Color Harmonies of #A5E671
Complementary color
Monochromatic Colors of #A5E671
Black with #A5E671
Text Example
Text Example
White with #A5E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E671; }
p { color: rgb(165,230,113); }
H1.HeaderClassName
{
color: #A5E671;
}
.AnyTagClassName
{
color: #A5E671;
}
</style>
background-color css
<style>
a { background-color: #A5E671; }
a { background-color: rgb(165,230,113); }
div.DivClassName
{
background-color: #A5E671;
}
.BgClassName
{
background-color: #A5E671;
}
</style>
border-color css
<style>
span { border-color: #A5E671; }
span { border-color: rgb(165,230,113); }
td.TdClassName
{
border-color: #A5E671;
}
.TagClassName
{
border-color: #A5E671;
}
</style>