Shades of Feijoa #A1E974
Tints of Feijoa #A1E974
RGB
CMYK
RGB Variations
Color information
#A1E974 (or 0xA1E974) is known color: Feijoa. HEX triplet: A1, E9 and 74. RGB value is (161,233,116). Sum of RGB (Red+Green+Blue) = 161+233+116=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E974 is #5E168B. Grayscale: #C6C6C6. Windows color (decimal): -6166156 or 7661985. OLE color: 7661985.
HSL color Cylindrical-coordinate representation of color #A1E974: hue angle of 96.92º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1E974 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 116 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.09 |
| HSL | 96.92º | 0.73% | 0.68% | - |
| HSV(B) | 96.92º | 0.5% | 0.91% | - |
| XYZ | 46.99 | 67.12 | 27 | - |
| YUV | 198.13 | 81.65 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 116 | 0.31 | 0 | 0.50 | 0.09 | 96.92 | 0.73 | 0.68 |
| Hex | A1 | E9 | 74 | 1F | 0 | 32 | 9 | 61 | 49 | 44 |
| Octal | 241 | 351 | 164 | 37 | 0 | 62 | 11 | 141 | 111 | 104 |
| Binary | 10100001 | 11101001 | 1110100 | 11111 | 0 | 110010 | 1001 | 1100001 | 1001001 | 1000100 |
Color Harmonies of #A1E974
Complementary color
Monochromatic Colors of #A1E974
Black with #A1E974
Text Example
Text Example
White with #A1E974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E974; }
p { color: rgb(161,233,116); }
H1.HeaderClassName
{
color: #A1E974;
}
.AnyTagClassName
{
color: #A1E974;
}
</style>
background-color css
<style>
a { background-color: #A1E974; }
a { background-color: rgb(161,233,116); }
div.DivClassName
{
background-color: #A1E974;
}
.BgClassName
{
background-color: #A1E974;
}
</style>
border-color css
<style>
span { border-color: #A1E974; }
span { border-color: rgb(161,233,116); }
td.TdClassName
{
border-color: #A1E974;
}
.TagClassName
{
border-color: #A1E974;
}
</style>