Shades of Feijoa #A1E668
Tints of Feijoa #A1E668
RGB
CMYK
RGB Variations
Color information
#A1E668 (or 0xA1E668) is known color: Feijoa. HEX triplet: A1, E6 and 68. RGB value is (161,230,104). Sum of RGB (Red+Green+Blue) = 161+230+104=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E668 is #5E1997. Grayscale: #C3C3C3. Windows color (decimal): -6166936 or 6874785. OLE color: 6874785.
HSL color Cylindrical-coordinate representation of color #A1E668: hue angle of 92.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1E668 is Cyan = 0.3, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 104 | - |
| CMYK | 0.3 | 0 | 0.55 | 0.10 |
| HSL | 92.86º | 0.72% | 0.65% | - |
| HSV(B) | 92.86º | 0.55% | 0.9% | - |
| XYZ | 45.49 | 65.17 | 23.28 | - |
| YUV | 195.01 | 76.64 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 104 | 0.3 | 0 | 0.55 | 0.10 | 92.86 | 0.72 | 0.65 |
| Hex | A1 | E6 | 68 | 1E | 0 | 37 | A | 5D | 48 | 41 |
| Octal | 241 | 346 | 150 | 36 | 0 | 67 | 12 | 135 | 110 | 101 |
| Binary | 10100001 | 11100110 | 1101000 | 11110 | 0 | 110111 | 1010 | 1011101 | 1001000 | 1000001 |
Color Harmonies of #A1E668
Complementary color
Monochromatic Colors of #A1E668
Black with #A1E668
Text Example
Text Example
White with #A1E668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E668; }
p { color: rgb(161,230,104); }
H1.HeaderClassName
{
color: #A1E668;
}
.AnyTagClassName
{
color: #A1E668;
}
</style>
background-color css
<style>
a { background-color: #A1E668; }
a { background-color: rgb(161,230,104); }
div.DivClassName
{
background-color: #A1E668;
}
.BgClassName
{
background-color: #A1E668;
}
</style>
border-color css
<style>
span { border-color: #A1E668; }
span { border-color: rgb(161,230,104); }
td.TdClassName
{
border-color: #A1E668;
}
.TagClassName
{
border-color: #A1E668;
}
</style>