Shades of Feijoa #A1E26D
Tints of Feijoa #A1E26D
RGB
CMYK
RGB Variations
Color information
#A1E26D (or 0xA1E26D) is known color: Feijoa. HEX triplet: A1, E2 and 6D. RGB value is (161,226,109). Sum of RGB (Red+Green+Blue) = 161+226+109=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E26D is #5E1D92. Grayscale: #C1C1C1. Windows color (decimal): -6167955 or 7201441. OLE color: 7201441.
HSL color Cylindrical-coordinate representation of color #A1E26D: hue angle of 93.33º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1E26D is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 109 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.11 |
| HSL | 93.33º | 0.67% | 0.66% | - |
| HSV(B) | 93.33º | 0.52% | 0.89% | - |
| XYZ | 44.65 | 63.07 | 24.29 | - |
| YUV | 193.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 109 | 0.29 | 0 | 0.52 | 0.11 | 93.33 | 0.67 | 0.66 |
| Hex | A1 | E2 | 6D | 1D | 0 | 34 | B | 5D | 43 | 42 |
| Octal | 241 | 342 | 155 | 35 | 0 | 64 | 13 | 135 | 103 | 102 |
| Binary | 10100001 | 11100010 | 1101101 | 11101 | 0 | 110100 | 1011 | 1011101 | 1000011 | 1000010 |
Color Harmonies of #A1E26D
Complementary color
Monochromatic Colors of #A1E26D
Black with #A1E26D
Text Example
Text Example
White with #A1E26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E26D; }
p { color: rgb(161,226,109); }
H1.HeaderClassName
{
color: #A1E26D;
}
.AnyTagClassName
{
color: #A1E26D;
}
</style>
background-color css
<style>
a { background-color: #A1E26D; }
a { background-color: rgb(161,226,109); }
div.DivClassName
{
background-color: #A1E26D;
}
.BgClassName
{
background-color: #A1E26D;
}
</style>
border-color css
<style>
span { border-color: #A1E26D; }
span { border-color: rgb(161,226,109); }
td.TdClassName
{
border-color: #A1E26D;
}
.TagClassName
{
border-color: #A1E26D;
}
</style>