Shades of Feijoa #A1FE6C
Tints of Feijoa #A1FE6C
RGB
CMYK
RGB Variations
Color information
#A1FE6C (or 0xA1FE6C) is known color: Feijoa. HEX triplet: A1, FE and 6C. RGB value is (161,254,108). Sum of RGB (Red+Green+Blue) = 161+254+108=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FE6C is #5E0193. Grayscale: #D2D2D2. Windows color (decimal): -6160788 or 7143073. OLE color: 7143073.
HSL color Cylindrical-coordinate representation of color #A1FE6C: hue angle of 98.22º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1FE6C is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 108 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.00 |
| HSL | 98.22º | 0.99% | 0.71% | - |
| HSV(B) | 98.22º | 0.57% | 1% | - |
| XYZ | 52.85 | 79.54 | 26.76 | - |
| YUV | 209.55 | 70.69 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 108 | 0.37 | 0 | 0.57 | 0.00 | 98.22 | 0.99 | 0.71 |
| Hex | A1 | FE | 6C | 25 | 0 | 39 | 0 | 62 | 63 | 47 |
| Octal | 241 | 376 | 154 | 45 | 0 | 71 | 0 | 142 | 143 | 107 |
| Binary | 10100001 | 11111110 | 1101100 | 100101 | 0 | 111001 | 0 | 1100010 | 1100011 | 1000111 |
Color Harmonies of #A1FE6C
Complementary color
Monochromatic Colors of #A1FE6C
Black with #A1FE6C
Text Example
Text Example
White with #A1FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE6C; }
p { color: rgb(161,254,108); }
H1.HeaderClassName
{
color: #A1FE6C;
}
.AnyTagClassName
{
color: #A1FE6C;
}
</style>
background-color css
<style>
a { background-color: #A1FE6C; }
a { background-color: rgb(161,254,108); }
div.DivClassName
{
background-color: #A1FE6C;
}
.BgClassName
{
background-color: #A1FE6C;
}
</style>
border-color css
<style>
span { border-color: #A1FE6C; }
span { border-color: rgb(161,254,108); }
td.TdClassName
{
border-color: #A1FE6C;
}
.TagClassName
{
border-color: #A1FE6C;
}
</style>