Shades of Feijoa #A1E26F
Tints of Feijoa #A1E26F
RGB
CMYK
RGB Variations
Color information
#A1E26F (or 0xA1E26F) is known color: Feijoa. HEX triplet: A1, E2 and 6F. RGB value is (161,226,111). Sum of RGB (Red+Green+Blue) = 161+226+111=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E26F is #5E1D90. Grayscale: #C1C1C1. Windows color (decimal): -6167953 or 7332513. OLE color: 7332513.
HSL color Cylindrical-coordinate representation of color #A1E26F: hue angle of 93.91º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1E26F is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 111 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.11 |
| HSL | 93.91º | 0.66% | 0.66% | - |
| HSV(B) | 93.91º | 0.51% | 0.89% | - |
| XYZ | 44.76 | 63.12 | 24.86 | - |
| YUV | 193.46 | 81.47 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 111 | 0.29 | 0 | 0.51 | 0.11 | 93.91 | 0.66 | 0.66 |
| Hex | A1 | E2 | 6F | 1D | 0 | 33 | B | 5E | 42 | 42 |
| Octal | 241 | 342 | 157 | 35 | 0 | 63 | 13 | 136 | 102 | 102 |
| Binary | 10100001 | 11100010 | 1101111 | 11101 | 0 | 110011 | 1011 | 1011110 | 1000010 | 1000010 |
Color Harmonies of #A1E26F
Complementary color
Monochromatic Colors of #A1E26F
Black with #A1E26F
Text Example
Text Example
White with #A1E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E26F; }
p { color: rgb(161,226,111); }
H1.HeaderClassName
{
color: #A1E26F;
}
.AnyTagClassName
{
color: #A1E26F;
}
</style>
background-color css
<style>
a { background-color: #A1E26F; }
a { background-color: rgb(161,226,111); }
div.DivClassName
{
background-color: #A1E26F;
}
.BgClassName
{
background-color: #A1E26F;
}
</style>
border-color css
<style>
span { border-color: #A1E26F; }
span { border-color: rgb(161,226,111); }
td.TdClassName
{
border-color: #A1E26F;
}
.TagClassName
{
border-color: #A1E26F;
}
</style>