Shades of Feijoa #A6E26F
Tints of Feijoa #A6E26F
RGB
CMYK
RGB Variations
Color information
#A6E26F (or 0xA6E26F) is known color: Feijoa. HEX triplet: A6, E2 and 6F. RGB value is (166,226,111). Sum of RGB (Red+Green+Blue) = 166+226+111=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E26F is #591D90. Grayscale: #C3C3C3. Windows color (decimal): -5840273 or 7332518. OLE color: 7332518.
HSL color Cylindrical-coordinate representation of color #A6E26F: hue angle of 91.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6E26F is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 226 | 111 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.11 |
| HSL | 91.3º | 0.66% | 0.66% | - |
| HSV(B) | 91.3º | 0.51% | 0.89% | - |
| XYZ | 45.79 | 63.65 | 24.91 | - |
| YUV | 194.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 111 | 0.27 | 0 | 0.51 | 0.11 | 91.3 | 0.66 | 0.66 |
| Hex | A6 | E2 | 6F | 1B | 0 | 33 | B | 5B | 42 | 42 |
| Octal | 246 | 342 | 157 | 33 | 0 | 63 | 13 | 133 | 102 | 102 |
| Binary | 10100110 | 11100010 | 1101111 | 11011 | 0 | 110011 | 1011 | 1011011 | 1000010 | 1000010 |
Color Harmonies of #A6E26F
Complementary color
Monochromatic Colors of #A6E26F
Black with #A6E26F
Text Example
Text Example
White with #A6E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E26F; }
p { color: rgb(166,226,111); }
H1.HeaderClassName
{
color: #A6E26F;
}
.AnyTagClassName
{
color: #A6E26F;
}
</style>
background-color css
<style>
a { background-color: #A6E26F; }
a { background-color: rgb(166,226,111); }
div.DivClassName
{
background-color: #A6E26F;
}
.BgClassName
{
background-color: #A6E26F;
}
</style>
border-color css
<style>
span { border-color: #A6E26F; }
span { border-color: rgb(166,226,111); }
td.TdClassName
{
border-color: #A6E26F;
}
.TagClassName
{
border-color: #A6E26F;
}
</style>