Shades of Feijoa #A2EC6B
Tints of Feijoa #A2EC6B
RGB
CMYK
RGB Variations
Color information
#A2EC6B (or 0xA2EC6B) is known color: Feijoa. HEX triplet: A2, EC and 6B. RGB value is (162,236,107). Sum of RGB (Red+Green+Blue) = 162+236+107=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC6B is #5D1394. Grayscale: #C7C7C7. Windows color (decimal): -6099861 or 7072930. OLE color: 7072930.
HSL color Cylindrical-coordinate representation of color #A2EC6B: hue angle of 94.42º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2EC6B is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 107 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.07 |
| HSL | 94.42º | 0.77% | 0.67% | - |
| HSV(B) | 94.42º | 0.55% | 0.93% | - |
| XYZ | 47.55 | 68.73 | 24.67 | - |
| YUV | 199.17 | 75.98 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 107 | 0.31 | 0 | 0.55 | 0.07 | 94.42 | 0.77 | 0.67 |
| Hex | A2 | EC | 6B | 1F | 0 | 37 | 7 | 5E | 4D | 43 |
| Octal | 242 | 354 | 153 | 37 | 0 | 67 | 7 | 136 | 115 | 103 |
| Binary | 10100010 | 11101100 | 1101011 | 11111 | 0 | 110111 | 111 | 1011110 | 1001101 | 1000011 |
Color Harmonies of #A2EC6B
Complementary color
Monochromatic Colors of #A2EC6B
Black with #A2EC6B
Text Example
Text Example
White with #A2EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC6B; }
p { color: rgb(162,236,107); }
H1.HeaderClassName
{
color: #A2EC6B;
}
.AnyTagClassName
{
color: #A2EC6B;
}
</style>
background-color css
<style>
a { background-color: #A2EC6B; }
a { background-color: rgb(162,236,107); }
div.DivClassName
{
background-color: #A2EC6B;
}
.BgClassName
{
background-color: #A2EC6B;
}
</style>
border-color css
<style>
span { border-color: #A2EC6B; }
span { border-color: rgb(162,236,107); }
td.TdClassName
{
border-color: #A2EC6B;
}
.TagClassName
{
border-color: #A2EC6B;
}
</style>