Shades of Feijoa #A2EF76
Tints of Feijoa #A2EF76
RGB
CMYK
RGB Variations
Color information
#A2EF76 (or 0xA2EF76) is known color: Feijoa. HEX triplet: A2, EF and 76. RGB value is (162,239,118). Sum of RGB (Red+Green+Blue) = 162+239+118=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF76 is #5D1089. Grayscale: #CACACA. Windows color (decimal): -6099082 or 7794594. OLE color: 7794594.
HSL color Cylindrical-coordinate representation of color #A2EF76: hue angle of 98.18º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2EF76 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 118 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.06 |
| HSL | 98.18º | 0.79% | 0.7% | - |
| HSV(B) | 98.18º | 0.51% | 0.94% | - |
| XYZ | 49.04 | 70.72 | 28.21 | - |
| YUV | 202.18 | 80.49 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 118 | 0.32 | 0 | 0.51 | 0.06 | 98.18 | 0.79 | 0.7 |
| Hex | A2 | EF | 76 | 20 | 0 | 33 | 6 | 62 | 4F | 46 |
| Octal | 242 | 357 | 166 | 40 | 0 | 63 | 6 | 142 | 117 | 106 |
| Binary | 10100010 | 11101111 | 1110110 | 100000 | 0 | 110011 | 110 | 1100010 | 1001111 | 1000110 |
Color Harmonies of #A2EF76
Complementary color
Monochromatic Colors of #A2EF76
Black with #A2EF76
Text Example
Text Example
White with #A2EF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF76; }
p { color: rgb(162,239,118); }
H1.HeaderClassName
{
color: #A2EF76;
}
.AnyTagClassName
{
color: #A2EF76;
}
</style>
background-color css
<style>
a { background-color: #A2EF76; }
a { background-color: rgb(162,239,118); }
div.DivClassName
{
background-color: #A2EF76;
}
.BgClassName
{
background-color: #A2EF76;
}
</style>
border-color css
<style>
span { border-color: #A2EF76; }
span { border-color: rgb(162,239,118); }
td.TdClassName
{
border-color: #A2EF76;
}
.TagClassName
{
border-color: #A2EF76;
}
</style>