Shades of Feijoa #A1E67A
Tints of Feijoa #A1E67A
RGB
CMYK
RGB Variations
Color information
#A1E67A (or 0xA1E67A) is known color: Feijoa. HEX triplet: A1, E6 and 7A. RGB value is (161,230,122). Sum of RGB (Red+Green+Blue) = 161+230+122=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E67A is #5E1985. Grayscale: #C5C5C5. Windows color (decimal): -6166918 or 8054433. OLE color: 8054433.
HSL color Cylindrical-coordinate representation of color #A1E67A: hue angle of 98.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1E67A is Cyan = 0.3, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 122 | - |
| CMYK | 0.3 | 0 | 0.47 | 0.10 |
| HSL | 98.33º | 0.68% | 0.69% | - |
| HSV(B) | 98.33º | 0.47% | 0.9% | - |
| XYZ | 46.51 | 65.58 | 28.62 | - |
| YUV | 197.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 122 | 0.3 | 0 | 0.47 | 0.10 | 98.33 | 0.68 | 0.69 |
| Hex | A1 | E6 | 7A | 1E | 0 | 2F | A | 62 | 44 | 45 |
| Octal | 241 | 346 | 172 | 36 | 0 | 57 | 12 | 142 | 104 | 105 |
| Binary | 10100001 | 11100110 | 1111010 | 11110 | 0 | 101111 | 1010 | 1100010 | 1000100 | 1000101 |
Color Harmonies of #A1E67A
Complementary color
Monochromatic Colors of #A1E67A
Black with #A1E67A
Text Example
Text Example
White with #A1E67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E67A; }
p { color: rgb(161,230,122); }
H1.HeaderClassName
{
color: #A1E67A;
}
.AnyTagClassName
{
color: #A1E67A;
}
</style>
background-color css
<style>
a { background-color: #A1E67A; }
a { background-color: rgb(161,230,122); }
div.DivClassName
{
background-color: #A1E67A;
}
.BgClassName
{
background-color: #A1E67A;
}
</style>
border-color css
<style>
span { border-color: #A1E67A; }
span { border-color: rgb(161,230,122); }
td.TdClassName
{
border-color: #A1E67A;
}
.TagClassName
{
border-color: #A1E67A;
}
</style>