Shades of Feijoa #A6CA8B
Tints of Feijoa #A6CA8B
RGB
CMYK
RGB Variations
Color information
#A6CA8B (or 0xA6CA8B) is known color: Feijoa. HEX triplet: A6, CA and 8B. RGB value is (166,202,139). Sum of RGB (Red+Green+Blue) = 166+202+139=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA8B is #593574. Grayscale: #B8B8B8. Windows color (decimal): -5846389 or 9161382. OLE color: 9161382.
HSL color Cylindrical-coordinate representation of color #A6CA8B: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CA8B is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 139 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.21 |
| HSL | 94.29º | 0.37% | 0.67% | - |
| HSV(B) | 94.29º | 0.31% | 0.79% | - |
| XYZ | 41.51 | 52.21 | 32.32 | - |
| YUV | 184.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 139 | 0.18 | 0 | 0.31 | 0.21 | 94.29 | 0.37 | 0.67 |
| Hex | A6 | CA | 8B | 12 | 0 | 1F | 15 | 5E | 25 | 43 |
| Octal | 246 | 312 | 213 | 22 | 0 | 37 | 25 | 136 | 45 | 103 |
| Binary | 10100110 | 11001010 | 10001011 | 10010 | 0 | 11111 | 10101 | 1011110 | 100101 | 1000011 |
Color Harmonies of #A6CA8B
Complementary color
Monochromatic Colors of #A6CA8B
Black with #A6CA8B
Text Example
Text Example
White with #A6CA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA8B; }
p { color: rgb(166,202,139); }
H1.HeaderClassName
{
color: #A6CA8B;
}
.AnyTagClassName
{
color: #A6CA8B;
}
</style>
background-color css
<style>
a { background-color: #A6CA8B; }
a { background-color: rgb(166,202,139); }
div.DivClassName
{
background-color: #A6CA8B;
}
.BgClassName
{
background-color: #A6CA8B;
}
</style>
border-color css
<style>
span { border-color: #A6CA8B; }
span { border-color: rgb(166,202,139); }
td.TdClassName
{
border-color: #A6CA8B;
}
.TagClassName
{
border-color: #A6CA8B;
}
</style>