Shades of Feijoa #A1F169
Tints of Feijoa #A1F169
RGB
CMYK
RGB Variations
Color information
#A1F169 (or 0xA1F169) is known color: Feijoa. HEX triplet: A1, F1 and 69. RGB value is (161,241,105). Sum of RGB (Red+Green+Blue) = 161+241+105=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F169 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F169 is #5E0E96. Grayscale: #CACACA. Windows color (decimal): -6164119 or 6943137. OLE color: 6943137.
HSL color Cylindrical-coordinate representation of color #A1F169: hue angle of 95.29º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1F169 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 105 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.05 |
| HSL | 95.29º | 0.83% | 0.68% | - |
| HSV(B) | 95.29º | 0.56% | 0.95% | - |
| XYZ | 48.7 | 71.51 | 24.6 | - |
| YUV | 201.58 | 73.5 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 105 | 0.33 | 0 | 0.56 | 0.05 | 95.29 | 0.83 | 0.68 |
| Hex | A1 | F1 | 69 | 21 | 0 | 38 | 5 | 5F | 53 | 44 |
| Octal | 241 | 361 | 151 | 41 | 0 | 70 | 5 | 137 | 123 | 104 |
| Binary | 10100001 | 11110001 | 1101001 | 100001 | 0 | 111000 | 101 | 1011111 | 1010011 | 1000100 |
Color Harmonies of #A1F169
Complementary color
Monochromatic Colors of #A1F169
Black with #A1F169
Text Example
Text Example
White with #A1F169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F169; }
p { color: rgb(161,241,105); }
H1.HeaderClassName
{
color: #A1F169;
}
.AnyTagClassName
{
color: #A1F169;
}
</style>
background-color css
<style>
a { background-color: #A1F169; }
a { background-color: rgb(161,241,105); }
div.DivClassName
{
background-color: #A1F169;
}
.BgClassName
{
background-color: #A1F169;
}
</style>
border-color css
<style>
span { border-color: #A1F169; }
span { border-color: rgb(161,241,105); }
td.TdClassName
{
border-color: #A1F169;
}
.TagClassName
{
border-color: #A1F169;
}
</style>