Shades of Feijoa #A2D47A
Tints of Feijoa #A2D47A
RGB
CMYK
RGB Variations
Color information
#A2D47A (or 0xA2D47A) is known color: Feijoa. HEX triplet: A2, D4 and 7A. RGB value is (162,212,122). Sum of RGB (Red+Green+Blue) = 162+212+122=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D47A is #5D2B85. Grayscale: #BBBBBB. Windows color (decimal): -6105990 or 8049826. OLE color: 8049826.
HSL color Cylindrical-coordinate representation of color #A2D47A: hue angle of 93.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2D47A is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 122 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.17 |
| HSL | 93.33º | 0.51% | 0.65% | - |
| HSV(B) | 93.33º | 0.42% | 0.83% | - |
| XYZ | 41.96 | 56.17 | 27.04 | - |
| YUV | 186.79 | 91.44 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 122 | 0.24 | 0 | 0.42 | 0.17 | 93.33 | 0.51 | 0.65 |
| Hex | A2 | D4 | 7A | 18 | 0 | 2A | 11 | 5D | 33 | 41 |
| Octal | 242 | 324 | 172 | 30 | 0 | 52 | 21 | 135 | 63 | 101 |
| Binary | 10100010 | 11010100 | 1111010 | 11000 | 0 | 101010 | 10001 | 1011101 | 110011 | 1000001 |
Color Harmonies of #A2D47A
Complementary color
Monochromatic Colors of #A2D47A
Black with #A2D47A
Text Example
Text Example
White with #A2D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D47A; }
p { color: rgb(162,212,122); }
H1.HeaderClassName
{
color: #A2D47A;
}
.AnyTagClassName
{
color: #A2D47A;
}
</style>
background-color css
<style>
a { background-color: #A2D47A; }
a { background-color: rgb(162,212,122); }
div.DivClassName
{
background-color: #A2D47A;
}
.BgClassName
{
background-color: #A2D47A;
}
</style>
border-color css
<style>
span { border-color: #A2D47A; }
span { border-color: rgb(162,212,122); }
td.TdClassName
{
border-color: #A2D47A;
}
.TagClassName
{
border-color: #A2D47A;
}
</style>