Shades of Feijoa #A1F276
Tints of Feijoa #A1F276
RGB
CMYK
RGB Variations
Color information
#A1F276 (or 0xA1F276) is known color: Feijoa. HEX triplet: A1, F2 and 76. RGB value is (161,242,118). Sum of RGB (Red+Green+Blue) = 161+242+118=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F276 is #5E0D89. Grayscale: #CCCCCC. Windows color (decimal): -6163850 or 7795361. OLE color: 7795361.
HSL color Cylindrical-coordinate representation of color #A1F276: hue angle of 99.19º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1F276 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 118 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.05 |
| HSL | 99.19º | 0.83% | 0.71% | - |
| HSV(B) | 99.19º | 0.51% | 0.95% | - |
| XYZ | 49.72 | 72.39 | 28.49 | - |
| YUV | 203.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 118 | 0.33 | 0 | 0.51 | 0.05 | 99.19 | 0.83 | 0.71 |
| Hex | A1 | F2 | 76 | 21 | 0 | 33 | 5 | 63 | 53 | 47 |
| Octal | 241 | 362 | 166 | 41 | 0 | 63 | 5 | 143 | 123 | 107 |
| Binary | 10100001 | 11110010 | 1110110 | 100001 | 0 | 110011 | 101 | 1100011 | 1010011 | 1000111 |
Color Harmonies of #A1F276
Complementary color
Monochromatic Colors of #A1F276
Black with #A1F276
Text Example
Text Example
White with #A1F276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F276; }
p { color: rgb(161,242,118); }
H1.HeaderClassName
{
color: #A1F276;
}
.AnyTagClassName
{
color: #A1F276;
}
</style>
background-color css
<style>
a { background-color: #A1F276; }
a { background-color: rgb(161,242,118); }
div.DivClassName
{
background-color: #A1F276;
}
.BgClassName
{
background-color: #A1F276;
}
</style>
border-color css
<style>
span { border-color: #A1F276; }
span { border-color: rgb(161,242,118); }
td.TdClassName
{
border-color: #A1F276;
}
.TagClassName
{
border-color: #A1F276;
}
</style>