Shades of Feijoa #A1E372
Tints of Feijoa #A1E372
RGB
CMYK
RGB Variations
Color information
#A1E372 (or 0xA1E372) is known color: Feijoa. HEX triplet: A1, E3 and 72. RGB value is (161,227,114). Sum of RGB (Red+Green+Blue) = 161+227+114=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E372 is #5E1C8D. Grayscale: #C2C2C2. Windows color (decimal): -6167694 or 7529377. OLE color: 7529377.
HSL color Cylindrical-coordinate representation of color #A1E372: hue angle of 95.04º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1E372 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 114 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.11 |
| HSL | 95.04º | 0.67% | 0.67% | - |
| HSV(B) | 95.04º | 0.5% | 0.89% | - |
| XYZ | 45.2 | 63.73 | 25.84 | - |
| YUV | 194.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 114 | 0.29 | 0 | 0.50 | 0.11 | 95.04 | 0.67 | 0.67 |
| Hex | A1 | E3 | 72 | 1D | 0 | 32 | B | 5F | 43 | 43 |
| Octal | 241 | 343 | 162 | 35 | 0 | 62 | 13 | 137 | 103 | 103 |
| Binary | 10100001 | 11100011 | 1110010 | 11101 | 0 | 110010 | 1011 | 1011111 | 1000011 | 1000011 |
Color Harmonies of #A1E372
Complementary color
Monochromatic Colors of #A1E372
Black with #A1E372
Text Example
Text Example
White with #A1E372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E372; }
p { color: rgb(161,227,114); }
H1.HeaderClassName
{
color: #A1E372;
}
.AnyTagClassName
{
color: #A1E372;
}
</style>
background-color css
<style>
a { background-color: #A1E372; }
a { background-color: rgb(161,227,114); }
div.DivClassName
{
background-color: #A1E372;
}
.BgClassName
{
background-color: #A1E372;
}
</style>
border-color css
<style>
span { border-color: #A1E372; }
span { border-color: rgb(161,227,114); }
td.TdClassName
{
border-color: #A1E372;
}
.TagClassName
{
border-color: #A1E372;
}
</style>