Shades of Feijoa #A2FB76
Tints of Feijoa #A2FB76
RGB
CMYK
RGB Variations
Color information
#A2FB76 (or 0xA2FB76) is known color: Feijoa. HEX triplet: A2, FB and 76. RGB value is (162,251,118). Sum of RGB (Red+Green+Blue) = 162+251+118=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FB76 is #5D0489. Grayscale: #D1D1D1. Windows color (decimal): -6096010 or 7797666. OLE color: 7797666.
HSL color Cylindrical-coordinate representation of color #A2FB76: hue angle of 100.15º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2FB76 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 118 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.02 |
| HSL | 100.15º | 0.94% | 0.72% | - |
| HSV(B) | 100.15º | 0.53% | 0.98% | - |
| XYZ | 52.67 | 77.98 | 29.42 | - |
| YUV | 209.23 | 76.51 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 118 | 0.35 | 0 | 0.53 | 0.02 | 100.15 | 0.94 | 0.72 |
| Hex | A2 | FB | 76 | 23 | 0 | 35 | 2 | 64 | 5E | 48 |
| Octal | 242 | 373 | 166 | 43 | 0 | 65 | 2 | 144 | 136 | 110 |
| Binary | 10100010 | 11111011 | 1110110 | 100011 | 0 | 110101 | 10 | 1100100 | 1011110 | 1001000 |
Color Harmonies of #A2FB76
Complementary color
Monochromatic Colors of #A2FB76
Black with #A2FB76
Text Example
Text Example
White with #A2FB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB76; }
p { color: rgb(162,251,118); }
H1.HeaderClassName
{
color: #A2FB76;
}
.AnyTagClassName
{
color: #A2FB76;
}
</style>
background-color css
<style>
a { background-color: #A2FB76; }
a { background-color: rgb(162,251,118); }
div.DivClassName
{
background-color: #A2FB76;
}
.BgClassName
{
background-color: #A2FB76;
}
</style>
border-color css
<style>
span { border-color: #A2FB76; }
span { border-color: rgb(162,251,118); }
td.TdClassName
{
border-color: #A2FB76;
}
.TagClassName
{
border-color: #A2FB76;
}
</style>