Shades of Feijoa #A5E174
Tints of Feijoa #A5E174
RGB
CMYK
RGB Variations
Color information
#A5E174 (or 0xA5E174) is known color: Feijoa. HEX triplet: A5, E1 and 74. RGB value is (165,225,116). Sum of RGB (Red+Green+Blue) = 165+225+116=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E174 is #5A1E8B. Grayscale: #C3C3C3. Windows color (decimal): -5906060 or 7659941. OLE color: 7659941.
HSL color Cylindrical-coordinate representation of color #A5E174: hue angle of 93.03º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5E174 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 116 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.12 |
| HSL | 93.03º | 0.64% | 0.67% | - |
| HSV(B) | 93.03º | 0.48% | 0.88% | - |
| XYZ | 45.59 | 63.11 | 26.3 | - |
| YUV | 194.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 116 | 0.27 | 0 | 0.48 | 0.12 | 93.03 | 0.64 | 0.67 |
| Hex | A5 | E1 | 74 | 1B | 0 | 30 | C | 5D | 40 | 43 |
| Octal | 245 | 341 | 164 | 33 | 0 | 60 | 14 | 135 | 100 | 103 |
| Binary | 10100101 | 11100001 | 1110100 | 11011 | 0 | 110000 | 1100 | 1011101 | 1000000 | 1000011 |
Color Harmonies of #A5E174
Complementary color
Monochromatic Colors of #A5E174
Black with #A5E174
Text Example
Text Example
White with #A5E174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E174; }
p { color: rgb(165,225,116); }
H1.HeaderClassName
{
color: #A5E174;
}
.AnyTagClassName
{
color: #A5E174;
}
</style>
background-color css
<style>
a { background-color: #A5E174; }
a { background-color: rgb(165,225,116); }
div.DivClassName
{
background-color: #A5E174;
}
.BgClassName
{
background-color: #A5E174;
}
</style>
border-color css
<style>
span { border-color: #A5E174; }
span { border-color: rgb(165,225,116); }
td.TdClassName
{
border-color: #A5E174;
}
.TagClassName
{
border-color: #A5E174;
}
</style>