Shades of Feijoa #A1E06D
Tints of Feijoa #A1E06D
RGB
CMYK
RGB Variations
Color information
#A1E06D (or 0xA1E06D) is known color: Feijoa. HEX triplet: A1, E0 and 6D. RGB value is (161,224,109). Sum of RGB (Red+Green+Blue) = 161+224+109=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E06D is #5E1F92. Grayscale: #C0C0C0. Windows color (decimal): -6168467 or 7200929. OLE color: 7200929.
HSL color Cylindrical-coordinate representation of color #A1E06D: hue angle of 92.87º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1E06D is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 109 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.12 |
| HSL | 92.87º | 0.65% | 0.65% | - |
| HSV(B) | 92.87º | 0.51% | 0.88% | - |
| XYZ | 44.11 | 61.99 | 24.11 | - |
| YUV | 192.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 109 | 0.28 | 0 | 0.51 | 0.12 | 92.87 | 0.65 | 0.65 |
| Hex | A1 | E0 | 6D | 1C | 0 | 33 | C | 5D | 41 | 41 |
| Octal | 241 | 340 | 155 | 34 | 0 | 63 | 14 | 135 | 101 | 101 |
| Binary | 10100001 | 11100000 | 1101101 | 11100 | 0 | 110011 | 1100 | 1011101 | 1000001 | 1000001 |
Color Harmonies of #A1E06D
Complementary color
Monochromatic Colors of #A1E06D
Black with #A1E06D
Text Example
Text Example
White with #A1E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E06D; }
p { color: rgb(161,224,109); }
H1.HeaderClassName
{
color: #A1E06D;
}
.AnyTagClassName
{
color: #A1E06D;
}
</style>
background-color css
<style>
a { background-color: #A1E06D; }
a { background-color: rgb(161,224,109); }
div.DivClassName
{
background-color: #A1E06D;
}
.BgClassName
{
background-color: #A1E06D;
}
</style>
border-color css
<style>
span { border-color: #A1E06D; }
span { border-color: rgb(161,224,109); }
td.TdClassName
{
border-color: #A1E06D;
}
.TagClassName
{
border-color: #A1E06D;
}
</style>