Shades of Feijoa #A2F276
Tints of Feijoa #A2F276
RGB
CMYK
RGB Variations
Color information
#A2F276 (or 0xA2F276) is known color: Feijoa. HEX triplet: A2, F2 and 76. RGB value is (162,242,118). Sum of RGB (Red+Green+Blue) = 162+242+118=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F276 is #5D0D89. Grayscale: #CCCCCC. Windows color (decimal): -6098314 or 7795362. OLE color: 7795362.
HSL color Cylindrical-coordinate representation of color #A2F276: hue angle of 98.71º 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 #A2F276 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 118 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.05 |
| HSL | 98.71º | 0.83% | 0.71% | - |
| HSV(B) | 98.71º | 0.51% | 0.95% | - |
| XYZ | 49.92 | 72.49 | 28.5 | - |
| YUV | 203.94 | 79.5 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 118 | 0.33 | 0 | 0.51 | 0.05 | 98.71 | 0.83 | 0.71 |
| Hex | A2 | F2 | 76 | 21 | 0 | 33 | 5 | 63 | 53 | 47 |
| Octal | 242 | 362 | 166 | 41 | 0 | 63 | 5 | 143 | 123 | 107 |
| Binary | 10100010 | 11110010 | 1110110 | 100001 | 0 | 110011 | 101 | 1100011 | 1010011 | 1000111 |
Color Harmonies of #A2F276
Complementary color
Monochromatic Colors of #A2F276
Black with #A2F276
Text Example
Text Example
White with #A2F276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F276; }
p { color: rgb(162,242,118); }
H1.HeaderClassName
{
color: #A2F276;
}
.AnyTagClassName
{
color: #A2F276;
}
</style>
background-color css
<style>
a { background-color: #A2F276; }
a { background-color: rgb(162,242,118); }
div.DivClassName
{
background-color: #A2F276;
}
.BgClassName
{
background-color: #A2F276;
}
</style>
border-color css
<style>
span { border-color: #A2F276; }
span { border-color: rgb(162,242,118); }
td.TdClassName
{
border-color: #A2F276;
}
.TagClassName
{
border-color: #A2F276;
}
</style>