Shades of Feijoa #A1F371
Tints of Feijoa #A1F371
RGB
CMYK
RGB Variations
Color information
#A1F371 (or 0xA1F371) is known color: Feijoa. HEX triplet: A1, F3 and 71. RGB value is (161,243,113). Sum of RGB (Red+Green+Blue) = 161+243+113=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F371 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F371 is #5E0C8E. Grayscale: #CCCCCC. Windows color (decimal): -6163599 or 7467937. OLE color: 7467937.
HSL color Cylindrical-coordinate representation of color #A1F371: hue angle of 97.85º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1F371 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 113 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.05 |
| HSL | 97.85º | 0.84% | 0.7% | - |
| HSV(B) | 97.85º | 0.53% | 0.95% | - |
| XYZ | 49.73 | 72.87 | 27.07 | - |
| YUV | 203.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 113 | 0.34 | 0 | 0.53 | 0.05 | 97.85 | 0.84 | 0.7 |
| Hex | A1 | F3 | 71 | 22 | 0 | 35 | 5 | 62 | 54 | 46 |
| Octal | 241 | 363 | 161 | 42 | 0 | 65 | 5 | 142 | 124 | 106 |
| Binary | 10100001 | 11110011 | 1110001 | 100010 | 0 | 110101 | 101 | 1100010 | 1010100 | 1000110 |
Color Harmonies of #A1F371
Complementary color
Monochromatic Colors of #A1F371
Black with #A1F371
Text Example
Text Example
White with #A1F371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F371; }
p { color: rgb(161,243,113); }
H1.HeaderClassName
{
color: #A1F371;
}
.AnyTagClassName
{
color: #A1F371;
}
</style>
background-color css
<style>
a { background-color: #A1F371; }
a { background-color: rgb(161,243,113); }
div.DivClassName
{
background-color: #A1F371;
}
.BgClassName
{
background-color: #A1F371;
}
</style>
border-color css
<style>
span { border-color: #A1F371; }
span { border-color: rgb(161,243,113); }
td.TdClassName
{
border-color: #A1F371;
}
.TagClassName
{
border-color: #A1F371;
}
</style>