Shades of Feijoa #A1E383
Tints of Feijoa #A1E383
RGB
CMYK
RGB Variations
Color information
#A1E383 (or 0xA1E383) is known color: Feijoa. HEX triplet: A1, E3 and 83. RGB value is (161,227,131). Sum of RGB (Red+Green+Blue) = 161+227+131=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E383 is #5E1C7C. Grayscale: #C4C4C4. Windows color (decimal): -6167677 or 8643489. OLE color: 8643489.
HSL color Cylindrical-coordinate representation of color #A1E383: hue angle of 101.25º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1E383 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 131 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.11 |
| HSL | 101.25º | 0.63% | 0.7% | - |
| HSV(B) | 101.25º | 0.42% | 0.89% | - |
| XYZ | 46.26 | 64.15 | 31.42 | - |
| YUV | 196.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 131 | 0.29 | 0 | 0.42 | 0.11 | 101.25 | 0.63 | 0.7 |
| Hex | A1 | E3 | 83 | 1D | 0 | 2A | B | 65 | 3F | 46 |
| Octal | 241 | 343 | 203 | 35 | 0 | 52 | 13 | 145 | 77 | 106 |
| Binary | 10100001 | 11100011 | 10000011 | 11101 | 0 | 101010 | 1011 | 1100101 | 111111 | 1000110 |
Color Harmonies of #A1E383
Complementary color
Monochromatic Colors of #A1E383
Black with #A1E383
Text Example
Text Example
White with #A1E383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E383; }
p { color: rgb(161,227,131); }
H1.HeaderClassName
{
color: #A1E383;
}
.AnyTagClassName
{
color: #A1E383;
}
</style>
background-color css
<style>
a { background-color: #A1E383; }
a { background-color: rgb(161,227,131); }
div.DivClassName
{
background-color: #A1E383;
}
.BgClassName
{
background-color: #A1E383;
}
</style>
border-color css
<style>
span { border-color: #A1E383; }
span { border-color: rgb(161,227,131); }
td.TdClassName
{
border-color: #A1E383;
}
.TagClassName
{
border-color: #A1E383;
}
</style>