Shades of Feijoa #A2E76F
Tints of Feijoa #A2E76F
RGB
CMYK
RGB Variations
Color information
#A2E76F (or 0xA2E76F) is known color: Feijoa. HEX triplet: A2, E7 and 6F. RGB value is (162,231,111). Sum of RGB (Red+Green+Blue) = 162+231+111=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E76F is #5D1890. Grayscale: #C5C5C5. Windows color (decimal): -6101137 or 7333794. OLE color: 7333794.
HSL color Cylindrical-coordinate representation of color #A2E76F: hue angle of 94.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2E76F is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 111 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.09 |
| HSL | 94.5º | 0.71% | 0.67% | - |
| HSV(B) | 94.5º | 0.52% | 0.91% | - |
| XYZ | 46.35 | 65.98 | 25.33 | - |
| YUV | 196.69 | 79.64 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 111 | 0.30 | 0 | 0.52 | 0.09 | 94.5 | 0.71 | 0.67 |
| Hex | A2 | E7 | 6F | 1E | 0 | 34 | 9 | 5E | 47 | 43 |
| Octal | 242 | 347 | 157 | 36 | 0 | 64 | 11 | 136 | 107 | 103 |
| Binary | 10100010 | 11100111 | 1101111 | 11110 | 0 | 110100 | 1001 | 1011110 | 1000111 | 1000011 |
Color Harmonies of #A2E76F
Complementary color
Monochromatic Colors of #A2E76F
Black with #A2E76F
Text Example
Text Example
White with #A2E76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E76F; }
p { color: rgb(162,231,111); }
H1.HeaderClassName
{
color: #A2E76F;
}
.AnyTagClassName
{
color: #A2E76F;
}
</style>
background-color css
<style>
a { background-color: #A2E76F; }
a { background-color: rgb(162,231,111); }
div.DivClassName
{
background-color: #A2E76F;
}
.BgClassName
{
background-color: #A2E76F;
}
</style>
border-color css
<style>
span { border-color: #A2E76F; }
span { border-color: rgb(162,231,111); }
td.TdClassName
{
border-color: #A2E76F;
}
.TagClassName
{
border-color: #A2E76F;
}
</style>