Shades of Feijoa #A1E385
Tints of Feijoa #A1E385
RGB
CMYK
RGB Variations
Color information
#A1E385 (or 0xA1E385) is known color: Feijoa. HEX triplet: A1, E3 and 85. RGB value is (161,227,133). Sum of RGB (Red+Green+Blue) = 161+227+133=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E385 is #5E1C7A. Grayscale: #C4C4C4. Windows color (decimal): -6167675 or 8774561. OLE color: 8774561.
HSL color Cylindrical-coordinate representation of color #A1E385: hue angle of 102.13º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1E385 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 133 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.11 |
| HSL | 102.13º | 0.63% | 0.71% | - |
| HSV(B) | 102.13º | 0.41% | 0.89% | - |
| XYZ | 46.4 | 64.21 | 32.14 | - |
| YUV | 196.55 | 92.13 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 133 | 0.29 | 0 | 0.41 | 0.11 | 102.13 | 0.63 | 0.71 |
| Hex | A1 | E3 | 85 | 1D | 0 | 29 | B | 66 | 3F | 47 |
| Octal | 241 | 343 | 205 | 35 | 0 | 51 | 13 | 146 | 77 | 107 |
| Binary | 10100001 | 11100011 | 10000101 | 11101 | 0 | 101001 | 1011 | 1100110 | 111111 | 1000111 |
Color Harmonies of #A1E385
Complementary color
Monochromatic Colors of #A1E385
Black with #A1E385
Text Example
Text Example
White with #A1E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E385; }
p { color: rgb(161,227,133); }
H1.HeaderClassName
{
color: #A1E385;
}
.AnyTagClassName
{
color: #A1E385;
}
</style>
background-color css
<style>
a { background-color: #A1E385; }
a { background-color: rgb(161,227,133); }
div.DivClassName
{
background-color: #A1E385;
}
.BgClassName
{
background-color: #A1E385;
}
</style>
border-color css
<style>
span { border-color: #A1E385; }
span { border-color: rgb(161,227,133); }
td.TdClassName
{
border-color: #A1E385;
}
.TagClassName
{
border-color: #A1E385;
}
</style>