Shades of Feijoa #A1E06C
Tints of Feijoa #A1E06C
RGB
CMYK
RGB Variations
Color information
#A1E06C (or 0xA1E06C) is known color: Feijoa. HEX triplet: A1, E0 and 6C. RGB value is (161,224,108). Sum of RGB (Red+Green+Blue) = 161+224+108=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E06C is #5E1F93. Grayscale: #C0C0C0. Windows color (decimal): -6168468 or 7135393. OLE color: 7135393.
HSL color Cylindrical-coordinate representation of color #A1E06C: hue angle of 92.59º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1E06C is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 108 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.12 |
| HSL | 92.59º | 0.65% | 0.65% | - |
| HSV(B) | 92.59º | 0.52% | 0.88% | - |
| XYZ | 44.06 | 61.97 | 23.83 | - |
| YUV | 191.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 108 | 0.28 | 0 | 0.52 | 0.12 | 92.59 | 0.65 | 0.65 |
| Hex | A1 | E0 | 6C | 1C | 0 | 34 | C | 5D | 41 | 41 |
| Octal | 241 | 340 | 154 | 34 | 0 | 64 | 14 | 135 | 101 | 101 |
| Binary | 10100001 | 11100000 | 1101100 | 11100 | 0 | 110100 | 1100 | 1011101 | 1000001 | 1000001 |
Color Harmonies of #A1E06C
Complementary color
Monochromatic Colors of #A1E06C
Black with #A1E06C
Text Example
Text Example
White with #A1E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E06C; }
p { color: rgb(161,224,108); }
H1.HeaderClassName
{
color: #A1E06C;
}
.AnyTagClassName
{
color: #A1E06C;
}
</style>
background-color css
<style>
a { background-color: #A1E06C; }
a { background-color: rgb(161,224,108); }
div.DivClassName
{
background-color: #A1E06C;
}
.BgClassName
{
background-color: #A1E06C;
}
</style>
border-color css
<style>
span { border-color: #A1E06C; }
span { border-color: rgb(161,224,108); }
td.TdClassName
{
border-color: #A1E06C;
}
.TagClassName
{
border-color: #A1E06C;
}
</style>