Shades of Feijoa #A2D56A
Tints of Feijoa #A2D56A
RGB
CMYK
RGB Variations
Color information
#A2D56A (or 0xA2D56A) is known color: Feijoa. HEX triplet: A2, D5 and 6A. RGB value is (162,213,106). Sum of RGB (Red+Green+Blue) = 162+213+106=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D56A is #5D2A95. Grayscale: #B9B9B9. Windows color (decimal): -6105750 or 7001506. OLE color: 7001506.
HSL color Cylindrical-coordinate representation of color #A2D56A: hue angle of 88.6º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2D56A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 106 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.16 |
| HSL | 88.6º | 0.56% | 0.63% | - |
| HSV(B) | 88.6º | 0.5% | 0.84% | - |
| XYZ | 41.3 | 56.31 | 22.33 | - |
| YUV | 185.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 106 | 0.24 | 0 | 0.50 | 0.16 | 88.6 | 0.56 | 0.63 |
| Hex | A2 | D5 | 6A | 18 | 0 | 32 | 10 | 59 | 38 | 3F |
| Octal | 242 | 325 | 152 | 30 | 0 | 62 | 20 | 131 | 70 | 77 |
| Binary | 10100010 | 11010101 | 1101010 | 11000 | 0 | 110010 | 10000 | 1011001 | 111000 | 111111 |
Color Harmonies of #A2D56A
Complementary color
Monochromatic Colors of #A2D56A
Black with #A2D56A
Text Example
Text Example
White with #A2D56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D56A; }
p { color: rgb(162,213,106); }
H1.HeaderClassName
{
color: #A2D56A;
}
.AnyTagClassName
{
color: #A2D56A;
}
</style>
background-color css
<style>
a { background-color: #A2D56A; }
a { background-color: rgb(162,213,106); }
div.DivClassName
{
background-color: #A2D56A;
}
.BgClassName
{
background-color: #A2D56A;
}
</style>
border-color css
<style>
span { border-color: #A2D56A; }
span { border-color: rgb(162,213,106); }
td.TdClassName
{
border-color: #A2D56A;
}
.TagClassName
{
border-color: #A2D56A;
}
</style>