Shades of Feijoa #A2FB7B
Tints of Feijoa #A2FB7B
RGB
CMYK
RGB Variations
Color information
#A2FB7B (or 0xA2FB7B) is known color: Feijoa. HEX triplet: A2, FB and 7B. RGB value is (162,251,123). Sum of RGB (Red+Green+Blue) = 162+251+123=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FB7B is #5D0484. Grayscale: #D2D2D2. Windows color (decimal): -6096005 or 8125346. OLE color: 8125346.
HSL color Cylindrical-coordinate representation of color #A2FB7B: hue angle of 101.72º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2FB7B is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 123 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.02 |
| HSL | 101.72º | 0.94% | 0.73% | - |
| HSV(B) | 101.72º | 0.51% | 0.98% | - |
| XYZ | 52.97 | 78.11 | 31.02 | - |
| YUV | 209.8 | 79.01 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 123 | 0.35 | 0 | 0.51 | 0.02 | 101.72 | 0.94 | 0.73 |
| Hex | A2 | FB | 7B | 23 | 0 | 33 | 2 | 66 | 5E | 49 |
| Octal | 242 | 373 | 173 | 43 | 0 | 63 | 2 | 146 | 136 | 111 |
| Binary | 10100010 | 11111011 | 1111011 | 100011 | 0 | 110011 | 10 | 1100110 | 1011110 | 1001001 |
Color Harmonies of #A2FB7B
Complementary color
Monochromatic Colors of #A2FB7B
Black with #A2FB7B
Text Example
Text Example
White with #A2FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB7B; }
p { color: rgb(162,251,123); }
H1.HeaderClassName
{
color: #A2FB7B;
}
.AnyTagClassName
{
color: #A2FB7B;
}
</style>
background-color css
<style>
a { background-color: #A2FB7B; }
a { background-color: rgb(162,251,123); }
div.DivClassName
{
background-color: #A2FB7B;
}
.BgClassName
{
background-color: #A2FB7B;
}
</style>
border-color css
<style>
span { border-color: #A2FB7B; }
span { border-color: rgb(162,251,123); }
td.TdClassName
{
border-color: #A2FB7B;
}
.TagClassName
{
border-color: #A2FB7B;
}
</style>