Shades of Feijoa #A6CA8A
Tints of Feijoa #A6CA8A
RGB
CMYK
RGB Variations
Color information
#A6CA8A (or 0xA6CA8A) is known color: Feijoa. HEX triplet: A6, CA and 8A. RGB value is (166,202,138). Sum of RGB (Red+Green+Blue) = 166+202+138=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA8A is #593575. Grayscale: #B8B8B8. Windows color (decimal): -5846390 or 9095846. OLE color: 9095846.
HSL color Cylindrical-coordinate representation of color #A6CA8A: hue angle of 93.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6CA8A is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 138 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.21 |
| HSL | 93.75º | 0.38% | 0.67% | - |
| HSV(B) | 93.75º | 0.32% | 0.79% | - |
| XYZ | 41.43 | 52.18 | 31.93 | - |
| YUV | 183.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 138 | 0.18 | 0 | 0.32 | 0.21 | 93.75 | 0.38 | 0.67 |
| Hex | A6 | CA | 8A | 12 | 0 | 20 | 15 | 5E | 26 | 43 |
| Octal | 246 | 312 | 212 | 22 | 0 | 40 | 25 | 136 | 46 | 103 |
| Binary | 10100110 | 11001010 | 10001010 | 10010 | 0 | 100000 | 10101 | 1011110 | 100110 | 1000011 |
Color Harmonies of #A6CA8A
Complementary color
Monochromatic Colors of #A6CA8A
Black with #A6CA8A
Text Example
Text Example
White with #A6CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA8A; }
p { color: rgb(166,202,138); }
H1.HeaderClassName
{
color: #A6CA8A;
}
.AnyTagClassName
{
color: #A6CA8A;
}
</style>
background-color css
<style>
a { background-color: #A6CA8A; }
a { background-color: rgb(166,202,138); }
div.DivClassName
{
background-color: #A6CA8A;
}
.BgClassName
{
background-color: #A6CA8A;
}
</style>
border-color css
<style>
span { border-color: #A6CA8A; }
span { border-color: rgb(166,202,138); }
td.TdClassName
{
border-color: #A6CA8A;
}
.TagClassName
{
border-color: #A6CA8A;
}
</style>