Shades of Feijoa #A6CE86
Tints of Feijoa #A6CE86
RGB
CMYK
RGB Variations
Color information
#A6CE86 (or 0xA6CE86) is known color: Feijoa. HEX triplet: A6, CE and 86. RGB value is (166,206,134). Sum of RGB (Red+Green+Blue) = 166+206+134=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CE86 is #593179. Grayscale: #BABABA. Windows color (decimal): -5845370 or 8834726. OLE color: 8834726.
HSL color Cylindrical-coordinate representation of color #A6CE86: hue angle of 93.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CE86 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 134 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.19 |
| HSL | 93.33º | 0.42% | 0.67% | - |
| HSV(B) | 93.33º | 0.35% | 0.81% | - |
| XYZ | 42.1 | 53.97 | 30.75 | - |
| YUV | 185.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 134 | 0.19 | 0 | 0.35 | 0.19 | 93.33 | 0.42 | 0.67 |
| Hex | A6 | CE | 86 | 13 | 0 | 23 | 13 | 5D | 2A | 43 |
| Octal | 246 | 316 | 206 | 23 | 0 | 43 | 23 | 135 | 52 | 103 |
| Binary | 10100110 | 11001110 | 10000110 | 10011 | 0 | 100011 | 10011 | 1011101 | 101010 | 1000011 |
Color Harmonies of #A6CE86
Complementary color
Monochromatic Colors of #A6CE86
Black with #A6CE86
Text Example
Text Example
White with #A6CE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE86; }
p { color: rgb(166,206,134); }
H1.HeaderClassName
{
color: #A6CE86;
}
.AnyTagClassName
{
color: #A6CE86;
}
</style>
background-color css
<style>
a { background-color: #A6CE86; }
a { background-color: rgb(166,206,134); }
div.DivClassName
{
background-color: #A6CE86;
}
.BgClassName
{
background-color: #A6CE86;
}
</style>
border-color css
<style>
span { border-color: #A6CE86; }
span { border-color: rgb(166,206,134); }
td.TdClassName
{
border-color: #A6CE86;
}
.TagClassName
{
border-color: #A6CE86;
}
</style>