Shades of Feijoa #A6E18B
Tints of Feijoa #A6E18B
RGB
CMYK
RGB Variations
Color information
#A6E18B (or 0xA6E18B) is known color: Feijoa. HEX triplet: A6, E1 and 8B. RGB value is (166,225,139). Sum of RGB (Red+Green+Blue) = 166+225+139=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E18B is #591E74. Grayscale: #C5C5C5. Windows color (decimal): -5840501 or 9167270. OLE color: 9167270.
HSL color Cylindrical-coordinate representation of color #A6E18B: hue angle of 101.16º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6E18B is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 139 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.12 |
| HSL | 101.16º | 0.59% | 0.71% | - |
| HSV(B) | 101.16º | 0.38% | 0.88% | - |
| XYZ | 47.31 | 63.82 | 34.25 | - |
| YUV | 197.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 139 | 0.26 | 0 | 0.38 | 0.12 | 101.16 | 0.59 | 0.71 |
| Hex | A6 | E1 | 8B | 1A | 0 | 26 | C | 65 | 3B | 47 |
| Octal | 246 | 341 | 213 | 32 | 0 | 46 | 14 | 145 | 73 | 107 |
| Binary | 10100110 | 11100001 | 10001011 | 11010 | 0 | 100110 | 1100 | 1100101 | 111011 | 1000111 |
Color Harmonies of #A6E18B
Complementary color
Monochromatic Colors of #A6E18B
Black with #A6E18B
Text Example
Text Example
White with #A6E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E18B; }
p { color: rgb(166,225,139); }
H1.HeaderClassName
{
color: #A6E18B;
}
.AnyTagClassName
{
color: #A6E18B;
}
</style>
background-color css
<style>
a { background-color: #A6E18B; }
a { background-color: rgb(166,225,139); }
div.DivClassName
{
background-color: #A6E18B;
}
.BgClassName
{
background-color: #A6E18B;
}
</style>
border-color css
<style>
span { border-color: #A6E18B; }
span { border-color: rgb(166,225,139); }
td.TdClassName
{
border-color: #A6E18B;
}
.TagClassName
{
border-color: #A6E18B;
}
</style>