Shades of Feijoa #A1E068
Tints of Feijoa #A1E068
RGB
CMYK
RGB Variations
Color information
#A1E068 (or 0xA1E068) is known color: Feijoa. HEX triplet: A1, E0 and 68. RGB value is (161,224,104). Sum of RGB (Red+Green+Blue) = 161+224+104=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E068 is #5E1F97. Grayscale: #BFBFBF. Windows color (decimal): -6168472 or 6873249. OLE color: 6873249.
HSL color Cylindrical-coordinate representation of color #A1E068: hue angle of 91.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1E068 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 104 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.12 |
| HSL | 91.5º | 0.66% | 0.64% | - |
| HSV(B) | 91.5º | 0.54% | 0.88% | - |
| XYZ | 43.85 | 61.89 | 22.73 | - |
| YUV | 191.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 104 | 0.28 | 0 | 0.54 | 0.12 | 91.5 | 0.66 | 0.64 |
| Hex | A1 | E0 | 68 | 1C | 0 | 36 | C | 5C | 42 | 40 |
| Octal | 241 | 340 | 150 | 34 | 0 | 66 | 14 | 134 | 102 | 100 |
| Binary | 10100001 | 11100000 | 1101000 | 11100 | 0 | 110110 | 1100 | 1011100 | 1000010 | 1000000 |
Color Harmonies of #A1E068
Complementary color
Monochromatic Colors of #A1E068
Black with #A1E068
Text Example
Text Example
White with #A1E068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E068; }
p { color: rgb(161,224,104); }
H1.HeaderClassName
{
color: #A1E068;
}
.AnyTagClassName
{
color: #A1E068;
}
</style>
background-color css
<style>
a { background-color: #A1E068; }
a { background-color: rgb(161,224,104); }
div.DivClassName
{
background-color: #A1E068;
}
.BgClassName
{
background-color: #A1E068;
}
</style>
border-color css
<style>
span { border-color: #A1E068; }
span { border-color: rgb(161,224,104); }
td.TdClassName
{
border-color: #A1E068;
}
.TagClassName
{
border-color: #A1E068;
}
</style>