Shades of Feijoa #A2E47B
Tints of Feijoa #A2E47B
RGB
CMYK
RGB Variations
Color information
#A2E47B (or 0xA2E47B) is known color: Feijoa. HEX triplet: A2, E4 and 7B. RGB value is (162,228,123). Sum of RGB (Red+Green+Blue) = 162+228+123=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E47B is #5D1B84. Grayscale: #C4C4C4. Windows color (decimal): -6101893 or 8119458. OLE color: 8119458.
HSL color Cylindrical-coordinate representation of color #A2E47B: hue angle of 97.71º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2E47B is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 123 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.11 |
| HSL | 97.71º | 0.66% | 0.69% | - |
| HSV(B) | 97.71º | 0.46% | 0.89% | - |
| XYZ | 46.22 | 64.6 | 28.77 | - |
| YUV | 196.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 123 | 0.29 | 0 | 0.46 | 0.11 | 97.71 | 0.66 | 0.69 |
| Hex | A2 | E4 | 7B | 1D | 0 | 2E | B | 62 | 42 | 45 |
| Octal | 242 | 344 | 173 | 35 | 0 | 56 | 13 | 142 | 102 | 105 |
| Binary | 10100010 | 11100100 | 1111011 | 11101 | 0 | 101110 | 1011 | 1100010 | 1000010 | 1000101 |
Color Harmonies of #A2E47B
Complementary color
Monochromatic Colors of #A2E47B
Black with #A2E47B
Text Example
Text Example
White with #A2E47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E47B; }
p { color: rgb(162,228,123); }
H1.HeaderClassName
{
color: #A2E47B;
}
.AnyTagClassName
{
color: #A2E47B;
}
</style>
background-color css
<style>
a { background-color: #A2E47B; }
a { background-color: rgb(162,228,123); }
div.DivClassName
{
background-color: #A2E47B;
}
.BgClassName
{
background-color: #A2E47B;
}
</style>
border-color css
<style>
span { border-color: #A2E47B; }
span { border-color: rgb(162,228,123); }
td.TdClassName
{
border-color: #A2E47B;
}
.TagClassName
{
border-color: #A2E47B;
}
</style>