Shades of Feijoa #A1E384
Tints of Feijoa #A1E384
RGB
CMYK
RGB Variations
Color information
#A1E384 (or 0xA1E384) is known color: Feijoa. HEX triplet: A1, E3 and 84. RGB value is (161,227,132). Sum of RGB (Red+Green+Blue) = 161+227+132=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E384 is #5E1C7B. Grayscale: #C4C4C4. Windows color (decimal): -6167676 or 8709025. OLE color: 8709025.
HSL color Cylindrical-coordinate representation of color #A1E384: hue angle of 101.68º 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 #A1E384 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 132 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.11 |
| HSL | 101.68º | 0.63% | 0.7% | - |
| HSV(B) | 101.68º | 0.42% | 0.89% | - |
| XYZ | 46.33 | 64.18 | 31.78 | - |
| YUV | 196.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 132 | 0.29 | 0 | 0.42 | 0.11 | 101.68 | 0.63 | 0.7 |
| Hex | A1 | E3 | 84 | 1D | 0 | 2A | B | 66 | 3F | 46 |
| Octal | 241 | 343 | 204 | 35 | 0 | 52 | 13 | 146 | 77 | 106 |
| Binary | 10100001 | 11100011 | 10000100 | 11101 | 0 | 101010 | 1011 | 1100110 | 111111 | 1000110 |
Color Harmonies of #A1E384
Complementary color
Monochromatic Colors of #A1E384
Black with #A1E384
Text Example
Text Example
White with #A1E384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E384; }
p { color: rgb(161,227,132); }
H1.HeaderClassName
{
color: #A1E384;
}
.AnyTagClassName
{
color: #A1E384;
}
</style>
background-color css
<style>
a { background-color: #A1E384; }
a { background-color: rgb(161,227,132); }
div.DivClassName
{
background-color: #A1E384;
}
.BgClassName
{
background-color: #A1E384;
}
</style>
border-color css
<style>
span { border-color: #A1E384; }
span { border-color: rgb(161,227,132); }
td.TdClassName
{
border-color: #A1E384;
}
.TagClassName
{
border-color: #A1E384;
}
</style>