Shades of Feijoa #A2E56A
Tints of Feijoa #A2E56A
RGB
CMYK
RGB Variations
Color information
#A2E56A (or 0xA2E56A) is known color: Feijoa. HEX triplet: A2, E5 and 6A. RGB value is (162,229,106). Sum of RGB (Red+Green+Blue) = 162+229+106=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E56A is #5D1A95. Grayscale: #C3C3C3. Windows color (decimal): -6101654 or 7005602. OLE color: 7005602.
HSL color Cylindrical-coordinate representation of color #A2E56A: hue angle of 92.68º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2E56A is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 106 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.10 |
| HSL | 92.68º | 0.7% | 0.66% | - |
| HSV(B) | 92.68º | 0.54% | 0.9% | - |
| XYZ | 45.52 | 64.76 | 23.74 | - |
| YUV | 194.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 106 | 0.29 | 0 | 0.54 | 0.10 | 92.68 | 0.7 | 0.66 |
| Hex | A2 | E5 | 6A | 1D | 0 | 36 | A | 5D | 46 | 42 |
| Octal | 242 | 345 | 152 | 35 | 0 | 66 | 12 | 135 | 106 | 102 |
| Binary | 10100010 | 11100101 | 1101010 | 11101 | 0 | 110110 | 1010 | 1011101 | 1000110 | 1000010 |
Color Harmonies of #A2E56A
Complementary color
Monochromatic Colors of #A2E56A
Black with #A2E56A
Text Example
Text Example
White with #A2E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E56A; }
p { color: rgb(162,229,106); }
H1.HeaderClassName
{
color: #A2E56A;
}
.AnyTagClassName
{
color: #A2E56A;
}
</style>
background-color css
<style>
a { background-color: #A2E56A; }
a { background-color: rgb(162,229,106); }
div.DivClassName
{
background-color: #A2E56A;
}
.BgClassName
{
background-color: #A2E56A;
}
</style>
border-color css
<style>
span { border-color: #A2E56A; }
span { border-color: rgb(162,229,106); }
td.TdClassName
{
border-color: #A2E56A;
}
.TagClassName
{
border-color: #A2E56A;
}
</style>