Shades of Feijoa #A2D76A
Tints of Feijoa #A2D76A
RGB
CMYK
RGB Variations
Color information
#A2D76A (or 0xA2D76A) is known color: Feijoa. HEX triplet: A2, D7 and 6A. RGB value is (162,215,106). Sum of RGB (Red+Green+Blue) = 162+215+106=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D76A is #5D2895. Grayscale: #BBBBBB. Windows color (decimal): -6105238 or 7002018. OLE color: 7002018.
HSL color Cylindrical-coordinate representation of color #A2D76A: hue angle of 89.17º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2D76A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 106 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.16 |
| HSL | 89.17º | 0.58% | 0.63% | - |
| HSV(B) | 89.17º | 0.51% | 0.84% | - |
| XYZ | 41.8 | 57.32 | 22.5 | - |
| YUV | 186.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 106 | 0.25 | 0 | 0.51 | 0.16 | 89.17 | 0.58 | 0.63 |
| Hex | A2 | D7 | 6A | 19 | 0 | 33 | 10 | 59 | 3A | 3F |
| Octal | 242 | 327 | 152 | 31 | 0 | 63 | 20 | 131 | 72 | 77 |
| Binary | 10100010 | 11010111 | 1101010 | 11001 | 0 | 110011 | 10000 | 1011001 | 111010 | 111111 |
Color Harmonies of #A2D76A
Complementary color
Monochromatic Colors of #A2D76A
Black with #A2D76A
Text Example
Text Example
White with #A2D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D76A; }
p { color: rgb(162,215,106); }
H1.HeaderClassName
{
color: #A2D76A;
}
.AnyTagClassName
{
color: #A2D76A;
}
</style>
background-color css
<style>
a { background-color: #A2D76A; }
a { background-color: rgb(162,215,106); }
div.DivClassName
{
background-color: #A2D76A;
}
.BgClassName
{
background-color: #A2D76A;
}
</style>
border-color css
<style>
span { border-color: #A2D76A; }
span { border-color: rgb(162,215,106); }
td.TdClassName
{
border-color: #A2D76A;
}
.TagClassName
{
border-color: #A2D76A;
}
</style>