Shades of Feijoa #A1E174
Tints of Feijoa #A1E174
RGB
CMYK
RGB Variations
Color information
#A1E174 (or 0xA1E174) is known color: Feijoa. HEX triplet: A1, E1 and 74. RGB value is (161,225,116). Sum of RGB (Red+Green+Blue) = 161+225+116=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E174 is #5E1E8B. Grayscale: #C1C1C1. Windows color (decimal): -6168204 or 7659937. OLE color: 7659937.
HSL color Cylindrical-coordinate representation of color #A1E174: hue angle of 95.23º 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 #A1E174 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 116 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.12 |
| HSL | 95.23º | 0.64% | 0.67% | - |
| HSV(B) | 95.23º | 0.48% | 0.88% | - |
| XYZ | 44.78 | 62.69 | 26.26 | - |
| YUV | 193.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 116 | 0.28 | 0 | 0.48 | 0.12 | 95.23 | 0.64 | 0.67 |
| Hex | A1 | E1 | 74 | 1C | 0 | 30 | C | 5F | 40 | 43 |
| Octal | 241 | 341 | 164 | 34 | 0 | 60 | 14 | 137 | 100 | 103 |
| Binary | 10100001 | 11100001 | 1110100 | 11100 | 0 | 110000 | 1100 | 1011111 | 1000000 | 1000011 |
Color Harmonies of #A1E174
Complementary color
Monochromatic Colors of #A1E174
Black with #A1E174
Text Example
Text Example
White with #A1E174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E174; }
p { color: rgb(161,225,116); }
H1.HeaderClassName
{
color: #A1E174;
}
.AnyTagClassName
{
color: #A1E174;
}
</style>
background-color css
<style>
a { background-color: #A1E174; }
a { background-color: rgb(161,225,116); }
div.DivClassName
{
background-color: #A1E174;
}
.BgClassName
{
background-color: #A1E174;
}
</style>
border-color css
<style>
span { border-color: #A1E174; }
span { border-color: rgb(161,225,116); }
td.TdClassName
{
border-color: #A1E174;
}
.TagClassName
{
border-color: #A1E174;
}
</style>