Shades of Feijoa #A1EB73
Tints of Feijoa #A1EB73
RGB
CMYK
RGB Variations
Color information
#A1EB73 (or 0xA1EB73) is known color: Feijoa. HEX triplet: A1, EB and 73. RGB value is (161,235,115). Sum of RGB (Red+Green+Blue) = 161+235+115=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EB73 is #5E148C. Grayscale: #C7C7C7. Windows color (decimal): -6165645 or 7596961. OLE color: 7596961.
HSL color Cylindrical-coordinate representation of color #A1EB73: hue angle of 97º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1EB73 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 115 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.08 |
| HSL | 97º | 0.75% | 0.69% | - |
| HSV(B) | 97º | 0.51% | 0.92% | - |
| XYZ | 47.5 | 68.23 | 26.89 | - |
| YUV | 199.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 115 | 0.31 | 0 | 0.51 | 0.08 | 97 | 0.75 | 0.69 |
| Hex | A1 | EB | 73 | 1F | 0 | 33 | 8 | 61 | 4B | 45 |
| Octal | 241 | 353 | 163 | 37 | 0 | 63 | 10 | 141 | 113 | 105 |
| Binary | 10100001 | 11101011 | 1110011 | 11111 | 0 | 110011 | 1000 | 1100001 | 1001011 | 1000101 |
Color Harmonies of #A1EB73
Complementary color
Monochromatic Colors of #A1EB73
Black with #A1EB73
Text Example
Text Example
White with #A1EB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EB73; }
p { color: rgb(161,235,115); }
H1.HeaderClassName
{
color: #A1EB73;
}
.AnyTagClassName
{
color: #A1EB73;
}
</style>
background-color css
<style>
a { background-color: #A1EB73; }
a { background-color: rgb(161,235,115); }
div.DivClassName
{
background-color: #A1EB73;
}
.BgClassName
{
background-color: #A1EB73;
}
</style>
border-color css
<style>
span { border-color: #A1EB73; }
span { border-color: rgb(161,235,115); }
td.TdClassName
{
border-color: #A1EB73;
}
.TagClassName
{
border-color: #A1EB73;
}
</style>