Shades of Feijoa #A1EC7C
Tints of Feijoa #A1EC7C
RGB
CMYK
RGB Variations
Color information
#A1EC7C (or 0xA1EC7C) is known color: Feijoa. HEX triplet: A1, EC and 7C. RGB value is (161,236,124). Sum of RGB (Red+Green+Blue) = 161+236+124=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EC7C is #5E1383. Grayscale: #C9C9C9. Windows color (decimal): -6165380 or 8187041. OLE color: 8187041.
HSL color Cylindrical-coordinate representation of color #A1EC7C: hue angle of 100.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1EC7C is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 124 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.07 |
| HSL | 100.18º | 0.75% | 0.71% | - |
| HSV(B) | 100.18º | 0.47% | 0.93% | - |
| XYZ | 48.33 | 69.02 | 29.84 | - |
| YUV | 200.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 124 | 0.32 | 0 | 0.47 | 0.07 | 100.18 | 0.75 | 0.71 |
| Hex | A1 | EC | 7C | 20 | 0 | 2F | 7 | 64 | 4B | 47 |
| Octal | 241 | 354 | 174 | 40 | 0 | 57 | 7 | 144 | 113 | 107 |
| Binary | 10100001 | 11101100 | 1111100 | 100000 | 0 | 101111 | 111 | 1100100 | 1001011 | 1000111 |
Color Harmonies of #A1EC7C
Complementary color
Monochromatic Colors of #A1EC7C
Black with #A1EC7C
Text Example
Text Example
White with #A1EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC7C; }
p { color: rgb(161,236,124); }
H1.HeaderClassName
{
color: #A1EC7C;
}
.AnyTagClassName
{
color: #A1EC7C;
}
</style>
background-color css
<style>
a { background-color: #A1EC7C; }
a { background-color: rgb(161,236,124); }
div.DivClassName
{
background-color: #A1EC7C;
}
.BgClassName
{
background-color: #A1EC7C;
}
</style>
border-color css
<style>
span { border-color: #A1EC7C; }
span { border-color: rgb(161,236,124); }
td.TdClassName
{
border-color: #A1EC7C;
}
.TagClassName
{
border-color: #A1EC7C;
}
</style>