Shades of Feijoa #A6CA85
Tints of Feijoa #A6CA85
RGB
CMYK
RGB Variations
Color information
#A6CA85 (or 0xA6CA85) is known color: Feijoa. HEX triplet: A6, CA and 85. RGB value is (166,202,133). Sum of RGB (Red+Green+Blue) = 166+202+133=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA85 is #59357A. Grayscale: #B7B7B7. Windows color (decimal): -5846395 or 8768166. OLE color: 8768166.
HSL color Cylindrical-coordinate representation of color #A6CA85: hue angle of 91.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6CA85 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 133 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.21 |
| HSL | 91.3º | 0.39% | 0.66% | - |
| HSV(B) | 91.3º | 0.34% | 0.79% | - |
| XYZ | 41.08 | 52.04 | 30.07 | - |
| YUV | 183.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 133 | 0.18 | 0 | 0.34 | 0.21 | 91.3 | 0.39 | 0.66 |
| Hex | A6 | CA | 85 | 12 | 0 | 22 | 15 | 5B | 27 | 42 |
| Octal | 246 | 312 | 205 | 22 | 0 | 42 | 25 | 133 | 47 | 102 |
| Binary | 10100110 | 11001010 | 10000101 | 10010 | 0 | 100010 | 10101 | 1011011 | 100111 | 1000010 |
Color Harmonies of #A6CA85
Complementary color
Monochromatic Colors of #A6CA85
Black with #A6CA85
Text Example
Text Example
White with #A6CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA85; }
p { color: rgb(166,202,133); }
H1.HeaderClassName
{
color: #A6CA85;
}
.AnyTagClassName
{
color: #A6CA85;
}
</style>
background-color css
<style>
a { background-color: #A6CA85; }
a { background-color: rgb(166,202,133); }
div.DivClassName
{
background-color: #A6CA85;
}
.BgClassName
{
background-color: #A6CA85;
}
</style>
border-color css
<style>
span { border-color: #A6CA85; }
span { border-color: rgb(166,202,133); }
td.TdClassName
{
border-color: #A6CA85;
}
.TagClassName
{
border-color: #A6CA85;
}
</style>