Shades of Feijoa #A1EB6C
Tints of Feijoa #A1EB6C
RGB
CMYK
RGB Variations
Color information
#A1EB6C (or 0xA1EB6C) is known color: Feijoa. HEX triplet: A1, EB and 6C. RGB value is (161,235,108). Sum of RGB (Red+Green+Blue) = 161+235+108=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EB6C is #5E1493. Grayscale: #C6C6C6. Windows color (decimal): -6165652 or 7138209. OLE color: 7138209.
HSL color Cylindrical-coordinate representation of color #A1EB6C: hue angle of 94.96º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1EB6C is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 108 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.08 |
| HSL | 94.96º | 0.76% | 0.67% | - |
| HSV(B) | 94.96º | 0.54% | 0.92% | - |
| XYZ | 47.11 | 68.08 | 24.84 | - |
| YUV | 198.4 | 76.98 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 108 | 0.31 | 0 | 0.54 | 0.08 | 94.96 | 0.76 | 0.67 |
| Hex | A1 | EB | 6C | 1F | 0 | 36 | 8 | 5F | 4C | 43 |
| Octal | 241 | 353 | 154 | 37 | 0 | 66 | 10 | 137 | 114 | 103 |
| Binary | 10100001 | 11101011 | 1101100 | 11111 | 0 | 110110 | 1000 | 1011111 | 1001100 | 1000011 |
Color Harmonies of #A1EB6C
Complementary color
Monochromatic Colors of #A1EB6C
Black with #A1EB6C
Text Example
Text Example
White with #A1EB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EB6C; }
p { color: rgb(161,235,108); }
H1.HeaderClassName
{
color: #A1EB6C;
}
.AnyTagClassName
{
color: #A1EB6C;
}
</style>
background-color css
<style>
a { background-color: #A1EB6C; }
a { background-color: rgb(161,235,108); }
div.DivClassName
{
background-color: #A1EB6C;
}
.BgClassName
{
background-color: #A1EB6C;
}
</style>
border-color css
<style>
span { border-color: #A1EB6C; }
span { border-color: rgb(161,235,108); }
td.TdClassName
{
border-color: #A1EB6C;
}
.TagClassName
{
border-color: #A1EB6C;
}
</style>