Shades of Feijoa #A1F079
Tints of Feijoa #A1F079
RGB
CMYK
RGB Variations
Color information
#A1F079 (or 0xA1F079) is known color: Feijoa. HEX triplet: A1, F0 and 79. RGB value is (161,240,121). Sum of RGB (Red+Green+Blue) = 161+240+121=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F079 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F079 is #5E0F86. Grayscale: #CBCBCB. Windows color (decimal): -6164359 or 7991457. OLE color: 7991457.
HSL color Cylindrical-coordinate representation of color #A1F079: hue angle of 99.83º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1F079 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 121 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.06 |
| HSL | 99.83º | 0.8% | 0.71% | - |
| HSV(B) | 99.83º | 0.5% | 0.94% | - |
| XYZ | 49.31 | 71.28 | 29.25 | - |
| YUV | 202.81 | 81.83 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 121 | 0.33 | 0 | 0.50 | 0.06 | 99.83 | 0.8 | 0.71 |
| Hex | A1 | F0 | 79 | 21 | 0 | 32 | 6 | 64 | 50 | 47 |
| Octal | 241 | 360 | 171 | 41 | 0 | 62 | 6 | 144 | 120 | 107 |
| Binary | 10100001 | 11110000 | 1111001 | 100001 | 0 | 110010 | 110 | 1100100 | 1010000 | 1000111 |
Color Harmonies of #A1F079
Complementary color
Monochromatic Colors of #A1F079
Black with #A1F079
Text Example
Text Example
White with #A1F079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F079; }
p { color: rgb(161,240,121); }
H1.HeaderClassName
{
color: #A1F079;
}
.AnyTagClassName
{
color: #A1F079;
}
</style>
background-color css
<style>
a { background-color: #A1F079; }
a { background-color: rgb(161,240,121); }
div.DivClassName
{
background-color: #A1F079;
}
.BgClassName
{
background-color: #A1F079;
}
</style>
border-color css
<style>
span { border-color: #A1F079; }
span { border-color: rgb(161,240,121); }
td.TdClassName
{
border-color: #A1F079;
}
.TagClassName
{
border-color: #A1F079;
}
</style>