Shades of Feijoa #A2E57C
Tints of Feijoa #A2E57C
RGB
CMYK
RGB Variations
Color information
#A2E57C (or 0xA2E57C) is known color: Feijoa. HEX triplet: A2, E5 and 7C. RGB value is (162,229,124). Sum of RGB (Red+Green+Blue) = 162+229+124=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E57C is #5D1A83. Grayscale: #C5C5C5. Windows color (decimal): -6101636 or 8185250. OLE color: 8185250.
HSL color Cylindrical-coordinate representation of color #A2E57C: hue angle of 98.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2E57C is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 124 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.10 |
| HSL | 98.29º | 0.67% | 0.69% | - |
| HSV(B) | 98.29º | 0.46% | 0.9% | - |
| XYZ | 46.56 | 65.18 | 29.2 | - |
| YUV | 197 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 124 | 0.29 | 0 | 0.46 | 0.10 | 98.29 | 0.67 | 0.69 |
| Hex | A2 | E5 | 7C | 1D | 0 | 2E | A | 62 | 43 | 45 |
| Octal | 242 | 345 | 174 | 35 | 0 | 56 | 12 | 142 | 103 | 105 |
| Binary | 10100010 | 11100101 | 1111100 | 11101 | 0 | 101110 | 1010 | 1100010 | 1000011 | 1000101 |
Color Harmonies of #A2E57C
Complementary color
Monochromatic Colors of #A2E57C
Black with #A2E57C
Text Example
Text Example
White with #A2E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E57C; }
p { color: rgb(162,229,124); }
H1.HeaderClassName
{
color: #A2E57C;
}
.AnyTagClassName
{
color: #A2E57C;
}
</style>
background-color css
<style>
a { background-color: #A2E57C; }
a { background-color: rgb(162,229,124); }
div.DivClassName
{
background-color: #A2E57C;
}
.BgClassName
{
background-color: #A2E57C;
}
</style>
border-color css
<style>
span { border-color: #A2E57C; }
span { border-color: rgb(162,229,124); }
td.TdClassName
{
border-color: #A2E57C;
}
.TagClassName
{
border-color: #A2E57C;
}
</style>