Shades of Feijoa #A2D67A
Tints of Feijoa #A2D67A
RGB
CMYK
RGB Variations
Color information
#A2D67A (or 0xA2D67A) is known color: Feijoa. HEX triplet: A2, D6 and 7A. RGB value is (162,214,122). Sum of RGB (Red+Green+Blue) = 162+214+122=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D67A is #5D2985. Grayscale: #BCBCBC. Windows color (decimal): -6105478 or 8050338. OLE color: 8050338.
HSL color Cylindrical-coordinate representation of color #A2D67A: hue angle of 93.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2D67A is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 122 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.16 |
| HSL | 93.91º | 0.53% | 0.66% | - |
| HSV(B) | 93.91º | 0.43% | 0.84% | - |
| XYZ | 42.46 | 57.18 | 27.21 | - |
| YUV | 187.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 122 | 0.24 | 0 | 0.43 | 0.16 | 93.91 | 0.53 | 0.66 |
| Hex | A2 | D6 | 7A | 18 | 0 | 2B | 10 | 5E | 35 | 42 |
| Octal | 242 | 326 | 172 | 30 | 0 | 53 | 20 | 136 | 65 | 102 |
| Binary | 10100010 | 11010110 | 1111010 | 11000 | 0 | 101011 | 10000 | 1011110 | 110101 | 1000010 |
Color Harmonies of #A2D67A
Complementary color
Monochromatic Colors of #A2D67A
Black with #A2D67A
Text Example
Text Example
White with #A2D67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D67A; }
p { color: rgb(162,214,122); }
H1.HeaderClassName
{
color: #A2D67A;
}
.AnyTagClassName
{
color: #A2D67A;
}
</style>
background-color css
<style>
a { background-color: #A2D67A; }
a { background-color: rgb(162,214,122); }
div.DivClassName
{
background-color: #A2D67A;
}
.BgClassName
{
background-color: #A2D67A;
}
</style>
border-color css
<style>
span { border-color: #A2D67A; }
span { border-color: rgb(162,214,122); }
td.TdClassName
{
border-color: #A2D67A;
}
.TagClassName
{
border-color: #A2D67A;
}
</style>