Shades of Feijoa #A6CB8A
Tints of Feijoa #A6CB8A
RGB
CMYK
RGB Variations
Color information
#A6CB8A (or 0xA6CB8A) is known color: Feijoa. HEX triplet: A6, CB and 8A. RGB value is (166,203,138). Sum of RGB (Red+Green+Blue) = 166+203+138=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CB8A is #593475. Grayscale: #B8B8B8. Windows color (decimal): -5846134 or 9096102. OLE color: 9096102.
HSL color Cylindrical-coordinate representation of color #A6CB8A: hue angle of 94.15º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6CB8A is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 138 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.20 |
| HSL | 94.15º | 0.38% | 0.67% | - |
| HSV(B) | 94.15º | 0.32% | 0.8% | - |
| XYZ | 41.67 | 52.65 | 32.01 | - |
| YUV | 184.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 138 | 0.18 | 0 | 0.32 | 0.20 | 94.15 | 0.38 | 0.67 |
| Hex | A6 | CB | 8A | 12 | 0 | 20 | 14 | 5E | 26 | 43 |
| Octal | 246 | 313 | 212 | 22 | 0 | 40 | 24 | 136 | 46 | 103 |
| Binary | 10100110 | 11001011 | 10001010 | 10010 | 0 | 100000 | 10100 | 1011110 | 100110 | 1000011 |
Color Harmonies of #A6CB8A
Complementary color
Monochromatic Colors of #A6CB8A
Black with #A6CB8A
Text Example
Text Example
White with #A6CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CB8A; }
p { color: rgb(166,203,138); }
H1.HeaderClassName
{
color: #A6CB8A;
}
.AnyTagClassName
{
color: #A6CB8A;
}
</style>
background-color css
<style>
a { background-color: #A6CB8A; }
a { background-color: rgb(166,203,138); }
div.DivClassName
{
background-color: #A6CB8A;
}
.BgClassName
{
background-color: #A6CB8A;
}
</style>
border-color css
<style>
span { border-color: #A6CB8A; }
span { border-color: rgb(166,203,138); }
td.TdClassName
{
border-color: #A6CB8A;
}
.TagClassName
{
border-color: #A6CB8A;
}
</style>