Shades of Feijoa #A1F174
Tints of Feijoa #A1F174
RGB
CMYK
RGB Variations
Color information
#A1F174 (or 0xA1F174) is known color: Feijoa. HEX triplet: A1, F1 and 74. RGB value is (161,241,116). Sum of RGB (Red+Green+Blue) = 161+241+116=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F174 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F174 is #5E0E8B. Grayscale: #CBCBCB. Windows color (decimal): -6164108 or 7664033. OLE color: 7664033.
HSL color Cylindrical-coordinate representation of color #A1F174: hue angle of 98.4º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1F174 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 116 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.05 |
| HSL | 98.4º | 0.82% | 0.7% | - |
| HSV(B) | 98.4º | 0.52% | 0.95% | - |
| XYZ | 49.31 | 71.75 | 27.77 | - |
| YUV | 202.83 | 79 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 116 | 0.33 | 0 | 0.52 | 0.05 | 98.4 | 0.82 | 0.7 |
| Hex | A1 | F1 | 74 | 21 | 0 | 34 | 5 | 62 | 52 | 46 |
| Octal | 241 | 361 | 164 | 41 | 0 | 64 | 5 | 142 | 122 | 106 |
| Binary | 10100001 | 11110001 | 1110100 | 100001 | 0 | 110100 | 101 | 1100010 | 1010010 | 1000110 |
Color Harmonies of #A1F174
Complementary color
Monochromatic Colors of #A1F174
Black with #A1F174
Text Example
Text Example
White with #A1F174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F174; }
p { color: rgb(161,241,116); }
H1.HeaderClassName
{
color: #A1F174;
}
.AnyTagClassName
{
color: #A1F174;
}
</style>
background-color css
<style>
a { background-color: #A1F174; }
a { background-color: rgb(161,241,116); }
div.DivClassName
{
background-color: #A1F174;
}
.BgClassName
{
background-color: #A1F174;
}
</style>
border-color css
<style>
span { border-color: #A1F174; }
span { border-color: rgb(161,241,116); }
td.TdClassName
{
border-color: #A1F174;
}
.TagClassName
{
border-color: #A1F174;
}
</style>