Shades of Feijoa #A1E17B
Tints of Feijoa #A1E17B
RGB
CMYK
RGB Variations
Color information
#A1E17B (or 0xA1E17B) is known color: Feijoa. HEX triplet: A1, E1 and 7B. RGB value is (161,225,123). Sum of RGB (Red+Green+Blue) = 161+225+123=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E17B is #5E1E84. Grayscale: #C2C2C2. Windows color (decimal): -6168197 or 8118689. OLE color: 8118689.
HSL color Cylindrical-coordinate representation of color #A1E17B: hue angle of 97.65º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1E17B is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 123 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.12 |
| HSL | 97.65º | 0.63% | 0.68% | - |
| HSV(B) | 97.65º | 0.45% | 0.88% | - |
| XYZ | 45.2 | 62.86 | 28.49 | - |
| YUV | 194.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 123 | 0.28 | 0 | 0.45 | 0.12 | 97.65 | 0.63 | 0.68 |
| Hex | A1 | E1 | 7B | 1C | 0 | 2D | C | 62 | 3F | 44 |
| Octal | 241 | 341 | 173 | 34 | 0 | 55 | 14 | 142 | 77 | 104 |
| Binary | 10100001 | 11100001 | 1111011 | 11100 | 0 | 101101 | 1100 | 1100010 | 111111 | 1000100 |
Color Harmonies of #A1E17B
Complementary color
Monochromatic Colors of #A1E17B
Black with #A1E17B
Text Example
Text Example
White with #A1E17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E17B; }
p { color: rgb(161,225,123); }
H1.HeaderClassName
{
color: #A1E17B;
}
.AnyTagClassName
{
color: #A1E17B;
}
</style>
background-color css
<style>
a { background-color: #A1E17B; }
a { background-color: rgb(161,225,123); }
div.DivClassName
{
background-color: #A1E17B;
}
.BgClassName
{
background-color: #A1E17B;
}
</style>
border-color css
<style>
span { border-color: #A1E17B; }
span { border-color: rgb(161,225,123); }
td.TdClassName
{
border-color: #A1E17B;
}
.TagClassName
{
border-color: #A1E17B;
}
</style>