Shades of Feijoa #A1E57C
Tints of Feijoa #A1E57C
RGB
CMYK
RGB Variations
Color information
#A1E57C (or 0xA1E57C) is known color: Feijoa. HEX triplet: A1, E5 and 7C. RGB value is (161,229,124). Sum of RGB (Red+Green+Blue) = 161+229+124=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E57C is #5E1A83. Grayscale: #C5C5C5. Windows color (decimal): -6167172 or 8185249. OLE color: 8185249.
HSL color Cylindrical-coordinate representation of color #A1E57C: hue angle of 98.86º 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 #A1E57C is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 124 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.10 |
| HSL | 98.86º | 0.67% | 0.69% | - |
| HSV(B) | 98.86º | 0.46% | 0.9% | - |
| XYZ | 46.36 | 65.07 | 29.19 | - |
| YUV | 196.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 124 | 0.30 | 0 | 0.46 | 0.10 | 98.86 | 0.67 | 0.69 |
| Hex | A1 | E5 | 7C | 1E | 0 | 2E | A | 63 | 43 | 45 |
| Octal | 241 | 345 | 174 | 36 | 0 | 56 | 12 | 143 | 103 | 105 |
| Binary | 10100001 | 11100101 | 1111100 | 11110 | 0 | 101110 | 1010 | 1100011 | 1000011 | 1000101 |
Color Harmonies of #A1E57C
Complementary color
Monochromatic Colors of #A1E57C
Black with #A1E57C
Text Example
Text Example
White with #A1E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E57C; }
p { color: rgb(161,229,124); }
H1.HeaderClassName
{
color: #A1E57C;
}
.AnyTagClassName
{
color: #A1E57C;
}
</style>
background-color css
<style>
a { background-color: #A1E57C; }
a { background-color: rgb(161,229,124); }
div.DivClassName
{
background-color: #A1E57C;
}
.BgClassName
{
background-color: #A1E57C;
}
</style>
border-color css
<style>
span { border-color: #A1E57C; }
span { border-color: rgb(161,229,124); }
td.TdClassName
{
border-color: #A1E57C;
}
.TagClassName
{
border-color: #A1E57C;
}
</style>