Shades of Feijoa #A1E669
Tints of Feijoa #A1E669
RGB
CMYK
RGB Variations
Color information
#A1E669 (or 0xA1E669) is known color: Feijoa. HEX triplet: A1, E6 and 69. RGB value is (161,230,105). Sum of RGB (Red+Green+Blue) = 161+230+105=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E669 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E669 is #5E1996. Grayscale: #C3C3C3. Windows color (decimal): -6166935 or 6940321. OLE color: 6940321.
HSL color Cylindrical-coordinate representation of color #A1E669: hue angle of 93.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1E669 is Cyan = 0.3, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 105 | - |
| CMYK | 0.3 | 0 | 0.54 | 0.10 |
| HSL | 93.12º | 0.71% | 0.66% | - |
| HSV(B) | 93.12º | 0.54% | 0.9% | - |
| XYZ | 45.54 | 65.19 | 23.55 | - |
| YUV | 195.12 | 77.14 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 105 | 0.3 | 0 | 0.54 | 0.10 | 93.12 | 0.71 | 0.66 |
| Hex | A1 | E6 | 69 | 1E | 0 | 36 | A | 5D | 47 | 42 |
| Octal | 241 | 346 | 151 | 36 | 0 | 66 | 12 | 135 | 107 | 102 |
| Binary | 10100001 | 11100110 | 1101001 | 11110 | 0 | 110110 | 1010 | 1011101 | 1000111 | 1000010 |
Color Harmonies of #A1E669
Complementary color
Monochromatic Colors of #A1E669
Black with #A1E669
Text Example
Text Example
White with #A1E669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E669; }
p { color: rgb(161,230,105); }
H1.HeaderClassName
{
color: #A1E669;
}
.AnyTagClassName
{
color: #A1E669;
}
</style>
background-color css
<style>
a { background-color: #A1E669; }
a { background-color: rgb(161,230,105); }
div.DivClassName
{
background-color: #A1E669;
}
.BgClassName
{
background-color: #A1E669;
}
</style>
border-color css
<style>
span { border-color: #A1E669; }
span { border-color: rgb(161,230,105); }
td.TdClassName
{
border-color: #A1E669;
}
.TagClassName
{
border-color: #A1E669;
}
</style>