Shades of Feijoa #A6CE89
Tints of Feijoa #A6CE89
RGB
CMYK
RGB Variations
Color information
#A6CE89 (or 0xA6CE89) is known color: Feijoa. HEX triplet: A6, CE and 89. RGB value is (166,206,137). Sum of RGB (Red+Green+Blue) = 166+206+137=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CE89 is #593176. Grayscale: #BABABA. Windows color (decimal): -5845367 or 9031334. OLE color: 9031334.
HSL color Cylindrical-coordinate representation of color #A6CE89: hue angle of 94.78º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6CE89 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 137 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.19 |
| HSL | 94.78º | 0.41% | 0.67% | - |
| HSV(B) | 94.78º | 0.33% | 0.81% | - |
| XYZ | 42.31 | 54.06 | 31.87 | - |
| YUV | 186.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 137 | 0.19 | 0 | 0.33 | 0.19 | 94.78 | 0.41 | 0.67 |
| Hex | A6 | CE | 89 | 13 | 0 | 21 | 13 | 5F | 29 | 43 |
| Octal | 246 | 316 | 211 | 23 | 0 | 41 | 23 | 137 | 51 | 103 |
| Binary | 10100110 | 11001110 | 10001001 | 10011 | 0 | 100001 | 10011 | 1011111 | 101001 | 1000011 |
Color Harmonies of #A6CE89
Complementary color
Monochromatic Colors of #A6CE89
Black with #A6CE89
Text Example
Text Example
White with #A6CE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE89; }
p { color: rgb(166,206,137); }
H1.HeaderClassName
{
color: #A6CE89;
}
.AnyTagClassName
{
color: #A6CE89;
}
</style>
background-color css
<style>
a { background-color: #A6CE89; }
a { background-color: rgb(166,206,137); }
div.DivClassName
{
background-color: #A6CE89;
}
.BgClassName
{
background-color: #A6CE89;
}
</style>
border-color css
<style>
span { border-color: #A6CE89; }
span { border-color: rgb(166,206,137); }
td.TdClassName
{
border-color: #A6CE89;
}
.TagClassName
{
border-color: #A6CE89;
}
</style>