Shades of Feijoa #A1F16C
Tints of Feijoa #A1F16C
RGB
CMYK
RGB Variations
Color information
#A1F16C (or 0xA1F16C) is known color: Feijoa. HEX triplet: A1, F1 and 6C. RGB value is (161,241,108). Sum of RGB (Red+Green+Blue) = 161+241+108=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F16C is #5E0E93. Grayscale: #CACACA. Windows color (decimal): -6164116 or 7139745. OLE color: 7139745.
HSL color Cylindrical-coordinate representation of color #A1F16C: hue angle of 96.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1F16C is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 108 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.05 |
| HSL | 96.09º | 0.83% | 0.68% | - |
| HSV(B) | 96.09º | 0.55% | 0.95% | - |
| XYZ | 48.86 | 71.57 | 25.43 | - |
| YUV | 201.92 | 75 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 108 | 0.33 | 0 | 0.55 | 0.05 | 96.09 | 0.83 | 0.68 |
| Hex | A1 | F1 | 6C | 21 | 0 | 37 | 5 | 60 | 53 | 44 |
| Octal | 241 | 361 | 154 | 41 | 0 | 67 | 5 | 140 | 123 | 104 |
| Binary | 10100001 | 11110001 | 1101100 | 100001 | 0 | 110111 | 101 | 1100000 | 1010011 | 1000100 |
Color Harmonies of #A1F16C
Complementary color
Monochromatic Colors of #A1F16C
Black with #A1F16C
Text Example
Text Example
White with #A1F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F16C; }
p { color: rgb(161,241,108); }
H1.HeaderClassName
{
color: #A1F16C;
}
.AnyTagClassName
{
color: #A1F16C;
}
</style>
background-color css
<style>
a { background-color: #A1F16C; }
a { background-color: rgb(161,241,108); }
div.DivClassName
{
background-color: #A1F16C;
}
.BgClassName
{
background-color: #A1F16C;
}
</style>
border-color css
<style>
span { border-color: #A1F16C; }
span { border-color: rgb(161,241,108); }
td.TdClassName
{
border-color: #A1F16C;
}
.TagClassName
{
border-color: #A1F16C;
}
</style>