Shades of Feijoa #A1F16B
Tints of Feijoa #A1F16B
RGB
CMYK
RGB Variations
Color information
#A1F16B (or 0xA1F16B) is known color: Feijoa. HEX triplet: A1, F1 and 6B. RGB value is (161,241,107). Sum of RGB (Red+Green+Blue) = 161+241+107=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F16B is #5E0E94. Grayscale: #CACACA. Windows color (decimal): -6164117 or 7074209. OLE color: 7074209.
HSL color Cylindrical-coordinate representation of color #A1F16B: hue angle of 95.82º 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 #A1F16B is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 107 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.05 |
| HSL | 95.82º | 0.83% | 0.68% | - |
| HSV(B) | 95.82º | 0.56% | 0.95% | - |
| XYZ | 48.81 | 71.55 | 25.15 | - |
| YUV | 201.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 107 | 0.33 | 0 | 0.56 | 0.05 | 95.82 | 0.83 | 0.68 |
| Hex | A1 | F1 | 6B | 21 | 0 | 38 | 5 | 60 | 53 | 44 |
| Octal | 241 | 361 | 153 | 41 | 0 | 70 | 5 | 140 | 123 | 104 |
| Binary | 10100001 | 11110001 | 1101011 | 100001 | 0 | 111000 | 101 | 1100000 | 1010011 | 1000100 |
Color Harmonies of #A1F16B
Complementary color
Monochromatic Colors of #A1F16B
Black with #A1F16B
Text Example
Text Example
White with #A1F16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F16B; }
p { color: rgb(161,241,107); }
H1.HeaderClassName
{
color: #A1F16B;
}
.AnyTagClassName
{
color: #A1F16B;
}
</style>
background-color css
<style>
a { background-color: #A1F16B; }
a { background-color: rgb(161,241,107); }
div.DivClassName
{
background-color: #A1F16B;
}
.BgClassName
{
background-color: #A1F16B;
}
</style>
border-color css
<style>
span { border-color: #A1F16B; }
span { border-color: rgb(161,241,107); }
td.TdClassName
{
border-color: #A1F16B;
}
.TagClassName
{
border-color: #A1F16B;
}
</style>