Shades of Feijoa #A1F679
Tints of Feijoa #A1F679
RGB
CMYK
RGB Variations
Color information
#A1F679 (or 0xA1F679) is known color: Feijoa. HEX triplet: A1, F6 and 79. RGB value is (161,246,121). Sum of RGB (Red+Green+Blue) = 161+246+121=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F679 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F679 is #5E0986. Grayscale: #CECECE. Windows color (decimal): -6162823 or 7992993. OLE color: 7992993.
HSL color Cylindrical-coordinate representation of color #A1F679: hue angle of 100.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1F679 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 121 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.04 |
| HSL | 100.8º | 0.87% | 0.72% | - |
| HSV(B) | 100.8º | 0.51% | 0.96% | - |
| XYZ | 51.1 | 74.87 | 29.85 | - |
| YUV | 206.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 121 | 0.35 | 0 | 0.51 | 0.04 | 100.8 | 0.87 | 0.72 |
| Hex | A1 | F6 | 79 | 23 | 0 | 33 | 4 | 65 | 57 | 48 |
| Octal | 241 | 366 | 171 | 43 | 0 | 63 | 4 | 145 | 127 | 110 |
| Binary | 10100001 | 11110110 | 1111001 | 100011 | 0 | 110011 | 100 | 1100101 | 1010111 | 1001000 |
Color Harmonies of #A1F679
Complementary color
Monochromatic Colors of #A1F679
Black with #A1F679
Text Example
Text Example
White with #A1F679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F679; }
p { color: rgb(161,246,121); }
H1.HeaderClassName
{
color: #A1F679;
}
.AnyTagClassName
{
color: #A1F679;
}
</style>
background-color css
<style>
a { background-color: #A1F679; }
a { background-color: rgb(161,246,121); }
div.DivClassName
{
background-color: #A1F679;
}
.BgClassName
{
background-color: #A1F679;
}
</style>
border-color css
<style>
span { border-color: #A1F679; }
span { border-color: rgb(161,246,121); }
td.TdClassName
{
border-color: #A1F679;
}
.TagClassName
{
border-color: #A1F679;
}
</style>