Shades of Feijoa #A1E46D
Tints of Feijoa #A1E46D
RGB
CMYK
RGB Variations
Color information
#A1E46D (or 0xA1E46D) is known color: Feijoa. HEX triplet: A1, E4 and 6D. RGB value is (161,228,109). Sum of RGB (Red+Green+Blue) = 161+228+109=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E46D is #5E1B92. Grayscale: #C2C2C2. Windows color (decimal): -6167443 or 7201953. OLE color: 7201953.
HSL color Cylindrical-coordinate representation of color #A1E46D: hue angle of 93.78º degrees, saturation: 0.69, 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 #A1E46D is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 109 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.11 |
| HSL | 93.78º | 0.69% | 0.66% | - |
| HSV(B) | 93.78º | 0.52% | 0.89% | - |
| XYZ | 45.2 | 64.17 | 24.47 | - |
| YUV | 194.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 109 | 0.29 | 0 | 0.52 | 0.11 | 93.78 | 0.69 | 0.66 |
| Hex | A1 | E4 | 6D | 1D | 0 | 34 | B | 5E | 45 | 42 |
| Octal | 241 | 344 | 155 | 35 | 0 | 64 | 13 | 136 | 105 | 102 |
| Binary | 10100001 | 11100100 | 1101101 | 11101 | 0 | 110100 | 1011 | 1011110 | 1000101 | 1000010 |
Color Harmonies of #A1E46D
Complementary color
Monochromatic Colors of #A1E46D
Black with #A1E46D
Text Example
Text Example
White with #A1E46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E46D; }
p { color: rgb(161,228,109); }
H1.HeaderClassName
{
color: #A1E46D;
}
.AnyTagClassName
{
color: #A1E46D;
}
</style>
background-color css
<style>
a { background-color: #A1E46D; }
a { background-color: rgb(161,228,109); }
div.DivClassName
{
background-color: #A1E46D;
}
.BgClassName
{
background-color: #A1E46D;
}
</style>
border-color css
<style>
span { border-color: #A1E46D; }
span { border-color: rgb(161,228,109); }
td.TdClassName
{
border-color: #A1E46D;
}
.TagClassName
{
border-color: #A1E46D;
}
</style>