Shades of Feijoa #A1E479
Tints of Feijoa #A1E479
RGB
CMYK
RGB Variations
Color information
#A1E479 (or 0xA1E479) is known color: Feijoa. HEX triplet: A1, E4 and 79. RGB value is (161,228,121). Sum of RGB (Red+Green+Blue) = 161+228+121=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E479 is #5E1B86. Grayscale: #C4C4C4. Windows color (decimal): -6167431 or 7988385. OLE color: 7988385.
HSL color Cylindrical-coordinate representation of color #A1E479: hue angle of 97.57º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1E479 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 121 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.11 |
| HSL | 97.57º | 0.66% | 0.68% | - |
| HSV(B) | 97.57º | 0.47% | 0.89% | - |
| XYZ | 45.89 | 64.44 | 28.11 | - |
| YUV | 195.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 121 | 0.29 | 0 | 0.47 | 0.11 | 97.57 | 0.66 | 0.68 |
| Hex | A1 | E4 | 79 | 1D | 0 | 2F | B | 62 | 42 | 44 |
| Octal | 241 | 344 | 171 | 35 | 0 | 57 | 13 | 142 | 102 | 104 |
| Binary | 10100001 | 11100100 | 1111001 | 11101 | 0 | 101111 | 1011 | 1100010 | 1000010 | 1000100 |
Color Harmonies of #A1E479
Complementary color
Monochromatic Colors of #A1E479
Black with #A1E479
Text Example
Text Example
White with #A1E479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E479; }
p { color: rgb(161,228,121); }
H1.HeaderClassName
{
color: #A1E479;
}
.AnyTagClassName
{
color: #A1E479;
}
</style>
background-color css
<style>
a { background-color: #A1E479; }
a { background-color: rgb(161,228,121); }
div.DivClassName
{
background-color: #A1E479;
}
.BgClassName
{
background-color: #A1E479;
}
</style>
border-color css
<style>
span { border-color: #A1E479; }
span { border-color: rgb(161,228,121); }
td.TdClassName
{
border-color: #A1E479;
}
.TagClassName
{
border-color: #A1E479;
}
</style>