Shades of Feijoa #A1E66B
Tints of Feijoa #A1E66B
RGB
CMYK
RGB Variations
Color information
#A1E66B (or 0xA1E66B) is known color: Feijoa. HEX triplet: A1, E6 and 6B. RGB value is (161,230,107). Sum of RGB (Red+Green+Blue) = 161+230+107=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E66B is #5E1994. Grayscale: #C3C3C3. Windows color (decimal): -6166933 or 7071393. OLE color: 7071393.
HSL color Cylindrical-coordinate representation of color #A1E66B: hue angle of 93.66º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1E66B is Cyan = 0.3, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 107 | - |
| CMYK | 0.3 | 0 | 0.53 | 0.10 |
| HSL | 93.66º | 0.71% | 0.66% | - |
| HSV(B) | 93.66º | 0.53% | 0.9% | - |
| XYZ | 45.65 | 65.23 | 24.1 | - |
| YUV | 195.35 | 78.14 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 107 | 0.3 | 0 | 0.53 | 0.10 | 93.66 | 0.71 | 0.66 |
| Hex | A1 | E6 | 6B | 1E | 0 | 35 | A | 5E | 47 | 42 |
| Octal | 241 | 346 | 153 | 36 | 0 | 65 | 12 | 136 | 107 | 102 |
| Binary | 10100001 | 11100110 | 1101011 | 11110 | 0 | 110101 | 1010 | 1011110 | 1000111 | 1000010 |
Color Harmonies of #A1E66B
Complementary color
Monochromatic Colors of #A1E66B
Black with #A1E66B
Text Example
Text Example
White with #A1E66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E66B; }
p { color: rgb(161,230,107); }
H1.HeaderClassName
{
color: #A1E66B;
}
.AnyTagClassName
{
color: #A1E66B;
}
</style>
background-color css
<style>
a { background-color: #A1E66B; }
a { background-color: rgb(161,230,107); }
div.DivClassName
{
background-color: #A1E66B;
}
.BgClassName
{
background-color: #A1E66B;
}
</style>
border-color css
<style>
span { border-color: #A1E66B; }
span { border-color: rgb(161,230,107); }
td.TdClassName
{
border-color: #A1E66B;
}
.TagClassName
{
border-color: #A1E66B;
}
</style>