Shades of Feijoa #A1F67C
Tints of Feijoa #A1F67C
RGB
CMYK
RGB Variations
Color information
#A1F67C (or 0xA1F67C) is known color: Feijoa. HEX triplet: A1, F6 and 7C. RGB value is (161,246,124). Sum of RGB (Red+Green+Blue) = 161+246+124=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F67C is #5E0983. Grayscale: #CFCFCF. Windows color (decimal): -6162820 or 8189601. OLE color: 8189601.
HSL color Cylindrical-coordinate representation of color #A1F67C: hue angle of 101.8º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1F67C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 124 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.04 |
| HSL | 101.8º | 0.87% | 0.73% | - |
| HSV(B) | 101.8º | 0.5% | 0.96% | - |
| XYZ | 51.29 | 74.94 | 30.83 | - |
| YUV | 206.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 124 | 0.35 | 0 | 0.50 | 0.04 | 101.8 | 0.87 | 0.73 |
| Hex | A1 | F6 | 7C | 23 | 0 | 32 | 4 | 66 | 57 | 49 |
| Octal | 241 | 366 | 174 | 43 | 0 | 62 | 4 | 146 | 127 | 111 |
| Binary | 10100001 | 11110110 | 1111100 | 100011 | 0 | 110010 | 100 | 1100110 | 1010111 | 1001001 |
Color Harmonies of #A1F67C
Complementary color
Monochromatic Colors of #A1F67C
Black with #A1F67C
Text Example
Text Example
White with #A1F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F67C; }
p { color: rgb(161,246,124); }
H1.HeaderClassName
{
color: #A1F67C;
}
.AnyTagClassName
{
color: #A1F67C;
}
</style>
background-color css
<style>
a { background-color: #A1F67C; }
a { background-color: rgb(161,246,124); }
div.DivClassName
{
background-color: #A1F67C;
}
.BgClassName
{
background-color: #A1F67C;
}
</style>
border-color css
<style>
span { border-color: #A1F67C; }
span { border-color: rgb(161,246,124); }
td.TdClassName
{
border-color: #A1F67C;
}
.TagClassName
{
border-color: #A1F67C;
}
</style>