Shades of Feijoa #A1F275
Tints of Feijoa #A1F275
RGB
CMYK
RGB Variations
Color information
#A1F275 (or 0xA1F275) is known color: Feijoa. HEX triplet: A1, F2 and 75. RGB value is (161,242,117). Sum of RGB (Red+Green+Blue) = 161+242+117=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F275 is #5E0D8A. Grayscale: #CBCBCB. Windows color (decimal): -6163851 or 7729825. OLE color: 7729825.
HSL color Cylindrical-coordinate representation of color #A1F275: hue angle of 98.88º degrees, saturation: 0.83, 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 #A1F275 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 117 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.05 |
| HSL | 98.88º | 0.83% | 0.7% | - |
| HSV(B) | 98.88º | 0.52% | 0.95% | - |
| XYZ | 49.66 | 72.37 | 28.18 | - |
| YUV | 203.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 117 | 0.33 | 0 | 0.52 | 0.05 | 98.88 | 0.83 | 0.7 |
| Hex | A1 | F2 | 75 | 21 | 0 | 34 | 5 | 63 | 53 | 46 |
| Octal | 241 | 362 | 165 | 41 | 0 | 64 | 5 | 143 | 123 | 106 |
| Binary | 10100001 | 11110010 | 1110101 | 100001 | 0 | 110100 | 101 | 1100011 | 1010011 | 1000110 |
Color Harmonies of #A1F275
Complementary color
Monochromatic Colors of #A1F275
Black with #A1F275
Text Example
Text Example
White with #A1F275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F275; }
p { color: rgb(161,242,117); }
H1.HeaderClassName
{
color: #A1F275;
}
.AnyTagClassName
{
color: #A1F275;
}
</style>
background-color css
<style>
a { background-color: #A1F275; }
a { background-color: rgb(161,242,117); }
div.DivClassName
{
background-color: #A1F275;
}
.BgClassName
{
background-color: #A1F275;
}
</style>
border-color css
<style>
span { border-color: #A1F275; }
span { border-color: rgb(161,242,117); }
td.TdClassName
{
border-color: #A1F275;
}
.TagClassName
{
border-color: #A1F275;
}
</style>