Shades of Feijoa #A2D46E
Tints of Feijoa #A2D46E
RGB
CMYK
RGB Variations
Color information
#A2D46E (or 0xA2D46E) is known color: Feijoa. HEX triplet: A2, D4 and 6E. RGB value is (162,212,110). Sum of RGB (Red+Green+Blue) = 162+212+110=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D46E is #5D2B91. Grayscale: #B9B9B9. Windows color (decimal): -6106002 or 7263394. OLE color: 7263394.
HSL color Cylindrical-coordinate representation of color #A2D46E: hue angle of 89.41º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2D46E is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 110 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.17 |
| HSL | 89.41º | 0.54% | 0.63% | - |
| HSV(B) | 89.41º | 0.48% | 0.83% | - |
| XYZ | 41.26 | 55.89 | 23.37 | - |
| YUV | 185.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 110 | 0.24 | 0 | 0.48 | 0.17 | 89.41 | 0.54 | 0.63 |
| Hex | A2 | D4 | 6E | 18 | 0 | 30 | 11 | 59 | 36 | 3F |
| Octal | 242 | 324 | 156 | 30 | 0 | 60 | 21 | 131 | 66 | 77 |
| Binary | 10100010 | 11010100 | 1101110 | 11000 | 0 | 110000 | 10001 | 1011001 | 110110 | 111111 |
Color Harmonies of #A2D46E
Complementary color
Monochromatic Colors of #A2D46E
Black with #A2D46E
Text Example
Text Example
White with #A2D46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D46E; }
p { color: rgb(162,212,110); }
H1.HeaderClassName
{
color: #A2D46E;
}
.AnyTagClassName
{
color: #A2D46E;
}
</style>
background-color css
<style>
a { background-color: #A2D46E; }
a { background-color: rgb(162,212,110); }
div.DivClassName
{
background-color: #A2D46E;
}
.BgClassName
{
background-color: #A2D46E;
}
</style>
border-color css
<style>
span { border-color: #A2D46E; }
span { border-color: rgb(162,212,110); }
td.TdClassName
{
border-color: #A2D46E;
}
.TagClassName
{
border-color: #A2D46E;
}
</style>