Shades of Feijoa #A1EC7B
Tints of Feijoa #A1EC7B
RGB
CMYK
RGB Variations
Color information
#A1EC7B (or 0xA1EC7B) is known color: Feijoa. HEX triplet: A1, EC and 7B. RGB value is (161,236,123). Sum of RGB (Red+Green+Blue) = 161+236+123=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EC7B is #5E1384. Grayscale: #C9C9C9. Windows color (decimal): -6165381 or 8121505. OLE color: 8121505.
HSL color Cylindrical-coordinate representation of color #A1EC7B: hue angle of 99.82º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1EC7B is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 123 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.07 |
| HSL | 99.82º | 0.75% | 0.7% | - |
| HSV(B) | 99.82º | 0.48% | 0.93% | - |
| XYZ | 48.27 | 69 | 29.51 | - |
| YUV | 200.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 123 | 0.32 | 0 | 0.48 | 0.07 | 99.82 | 0.75 | 0.7 |
| Hex | A1 | EC | 7B | 20 | 0 | 30 | 7 | 64 | 4B | 46 |
| Octal | 241 | 354 | 173 | 40 | 0 | 60 | 7 | 144 | 113 | 106 |
| Binary | 10100001 | 11101100 | 1111011 | 100000 | 0 | 110000 | 111 | 1100100 | 1001011 | 1000110 |
Color Harmonies of #A1EC7B
Complementary color
Monochromatic Colors of #A1EC7B
Black with #A1EC7B
Text Example
Text Example
White with #A1EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC7B; }
p { color: rgb(161,236,123); }
H1.HeaderClassName
{
color: #A1EC7B;
}
.AnyTagClassName
{
color: #A1EC7B;
}
</style>
background-color css
<style>
a { background-color: #A1EC7B; }
a { background-color: rgb(161,236,123); }
div.DivClassName
{
background-color: #A1EC7B;
}
.BgClassName
{
background-color: #A1EC7B;
}
</style>
border-color css
<style>
span { border-color: #A1EC7B; }
span { border-color: rgb(161,236,123); }
td.TdClassName
{
border-color: #A1EC7B;
}
.TagClassName
{
border-color: #A1EC7B;
}
</style>