Shades of Feijoa #A2F672
Tints of Feijoa #A2F672
RGB
CMYK
RGB Variations
Color information
#A2F672 (or 0xA2F672) is known color: Feijoa. HEX triplet: A2, F6 and 72. RGB value is (162,246,114). Sum of RGB (Red+Green+Blue) = 162+246+114=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F672 is #5D098D. Grayscale: #CECECE. Windows color (decimal): -6097294 or 7534242. OLE color: 7534242.
HSL color Cylindrical-coordinate representation of color #A2F672: hue angle of 98.18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2F672 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 114 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.04 |
| HSL | 98.18º | 0.88% | 0.71% | - |
| HSV(B) | 98.18º | 0.54% | 0.96% | - |
| XYZ | 50.89 | 74.81 | 27.68 | - |
| YUV | 205.84 | 76.17 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 114 | 0.34 | 0 | 0.54 | 0.04 | 98.18 | 0.88 | 0.71 |
| Hex | A2 | F6 | 72 | 22 | 0 | 36 | 4 | 62 | 58 | 47 |
| Octal | 242 | 366 | 162 | 42 | 0 | 66 | 4 | 142 | 130 | 107 |
| Binary | 10100010 | 11110110 | 1110010 | 100010 | 0 | 110110 | 100 | 1100010 | 1011000 | 1000111 |
Color Harmonies of #A2F672
Complementary color
Monochromatic Colors of #A2F672
Black with #A2F672
Text Example
Text Example
White with #A2F672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F672; }
p { color: rgb(162,246,114); }
H1.HeaderClassName
{
color: #A2F672;
}
.AnyTagClassName
{
color: #A2F672;
}
</style>
background-color css
<style>
a { background-color: #A2F672; }
a { background-color: rgb(162,246,114); }
div.DivClassName
{
background-color: #A2F672;
}
.BgClassName
{
background-color: #A2F672;
}
</style>
border-color css
<style>
span { border-color: #A2F672; }
span { border-color: rgb(162,246,114); }
td.TdClassName
{
border-color: #A2F672;
}
.TagClassName
{
border-color: #A2F672;
}
</style>