Shades of Feijoa #A1E470
Tints of Feijoa #A1E470
RGB
CMYK
RGB Variations
Color information
#A1E470 (or 0xA1E470) is known color: Feijoa. HEX triplet: A1, E4 and 70. RGB value is (161,228,112). Sum of RGB (Red+Green+Blue) = 161+228+112=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E470 is #5E1B8F. Grayscale: #C3C3C3. Windows color (decimal): -6167440 or 7398561. OLE color: 7398561.
HSL color Cylindrical-coordinate representation of color #A1E470: hue angle of 94.66º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1E470 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 112 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.11 |
| HSL | 94.66º | 0.68% | 0.67% | - |
| HSV(B) | 94.66º | 0.51% | 0.89% | - |
| XYZ | 45.37 | 64.23 | 25.34 | - |
| YUV | 194.74 | 81.3 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 112 | 0.29 | 0 | 0.51 | 0.11 | 94.66 | 0.68 | 0.67 |
| Hex | A1 | E4 | 70 | 1D | 0 | 33 | B | 5F | 44 | 43 |
| Octal | 241 | 344 | 160 | 35 | 0 | 63 | 13 | 137 | 104 | 103 |
| Binary | 10100001 | 11100100 | 1110000 | 11101 | 0 | 110011 | 1011 | 1011111 | 1000100 | 1000011 |
Color Harmonies of #A1E470
Complementary color
Monochromatic Colors of #A1E470
Black with #A1E470
Text Example
Text Example
White with #A1E470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E470; }
p { color: rgb(161,228,112); }
H1.HeaderClassName
{
color: #A1E470;
}
.AnyTagClassName
{
color: #A1E470;
}
</style>
background-color css
<style>
a { background-color: #A1E470; }
a { background-color: rgb(161,228,112); }
div.DivClassName
{
background-color: #A1E470;
}
.BgClassName
{
background-color: #A1E470;
}
</style>
border-color css
<style>
span { border-color: #A1E470; }
span { border-color: rgb(161,228,112); }
td.TdClassName
{
border-color: #A1E470;
}
.TagClassName
{
border-color: #A1E470;
}
</style>