Shades of Feijoa #A1E377
Tints of Feijoa #A1E377
RGB
CMYK
RGB Variations
Color information
#A1E377 (or 0xA1E377) is known color: Feijoa. HEX triplet: A1, E3 and 77. RGB value is (161,227,119). Sum of RGB (Red+Green+Blue) = 161+227+119=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E377 is #5E1C88. Grayscale: #C3C3C3. Windows color (decimal): -6167689 or 7857057. OLE color: 7857057.
HSL color Cylindrical-coordinate representation of color #A1E377: hue angle of 96.67º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1E377 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 119 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.11 |
| HSL | 96.67º | 0.66% | 0.68% | - |
| HSV(B) | 96.67º | 0.48% | 0.89% | - |
| XYZ | 45.5 | 63.85 | 27.38 | - |
| YUV | 194.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 119 | 0.29 | 0 | 0.48 | 0.11 | 96.67 | 0.66 | 0.68 |
| Hex | A1 | E3 | 77 | 1D | 0 | 30 | B | 61 | 42 | 44 |
| Octal | 241 | 343 | 167 | 35 | 0 | 60 | 13 | 141 | 102 | 104 |
| Binary | 10100001 | 11100011 | 1110111 | 11101 | 0 | 110000 | 1011 | 1100001 | 1000010 | 1000100 |
Color Harmonies of #A1E377
Complementary color
Monochromatic Colors of #A1E377
Black with #A1E377
Text Example
Text Example
White with #A1E377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E377; }
p { color: rgb(161,227,119); }
H1.HeaderClassName
{
color: #A1E377;
}
.AnyTagClassName
{
color: #A1E377;
}
</style>
background-color css
<style>
a { background-color: #A1E377; }
a { background-color: rgb(161,227,119); }
div.DivClassName
{
background-color: #A1E377;
}
.BgClassName
{
background-color: #A1E377;
}
</style>
border-color css
<style>
span { border-color: #A1E377; }
span { border-color: rgb(161,227,119); }
td.TdClassName
{
border-color: #A1E377;
}
.TagClassName
{
border-color: #A1E377;
}
</style>