Shades of Feijoa #A2E46B
Tints of Feijoa #A2E46B
RGB
CMYK
RGB Variations
Color information
#A2E46B (or 0xA2E46B) is known color: Feijoa. HEX triplet: A2, E4 and 6B. RGB value is (162,228,107). Sum of RGB (Red+Green+Blue) = 162+228+107=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E46B is #5D1B94. Grayscale: #C2C2C2. Windows color (decimal): -6101909 or 7070882. OLE color: 7070882.
HSL color Cylindrical-coordinate representation of color #A2E46B: hue angle of 92.73º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2E46B is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 107 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.11 |
| HSL | 92.73º | 0.69% | 0.66% | - |
| HSV(B) | 92.73º | 0.53% | 0.89% | - |
| XYZ | 45.3 | 64.23 | 23.92 | - |
| YUV | 194.47 | 78.63 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 107 | 0.29 | 0 | 0.53 | 0.11 | 92.73 | 0.69 | 0.66 |
| Hex | A2 | E4 | 6B | 1D | 0 | 35 | B | 5D | 45 | 42 |
| Octal | 242 | 344 | 153 | 35 | 0 | 65 | 13 | 135 | 105 | 102 |
| Binary | 10100010 | 11100100 | 1101011 | 11101 | 0 | 110101 | 1011 | 1011101 | 1000101 | 1000010 |
Color Harmonies of #A2E46B
Complementary color
Monochromatic Colors of #A2E46B
Black with #A2E46B
Text Example
Text Example
White with #A2E46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E46B; }
p { color: rgb(162,228,107); }
H1.HeaderClassName
{
color: #A2E46B;
}
.AnyTagClassName
{
color: #A2E46B;
}
</style>
background-color css
<style>
a { background-color: #A2E46B; }
a { background-color: rgb(162,228,107); }
div.DivClassName
{
background-color: #A2E46B;
}
.BgClassName
{
background-color: #A2E46B;
}
</style>
border-color css
<style>
span { border-color: #A2E46B; }
span { border-color: rgb(162,228,107); }
td.TdClassName
{
border-color: #A2E46B;
}
.TagClassName
{
border-color: #A2E46B;
}
</style>