Shades of Feijoa #A6CB7A
Tints of Feijoa #A6CB7A
RGB
CMYK
RGB Variations
Color information
#A6CB7A (or 0xA6CB7A) is known color: Feijoa. HEX triplet: A6, CB and 7A. RGB value is (166,203,122). Sum of RGB (Red+Green+Blue) = 166+203+122=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB7A is #593485. Grayscale: #B6B6B6. Windows color (decimal): -5846150 or 8047526. OLE color: 8047526.
HSL color Cylindrical-coordinate representation of color #A6CB7A: hue angle of 87.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6CB7A is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 122 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.20 |
| HSL | 87.41º | 0.44% | 0.64% | - |
| HSV(B) | 87.41º | 0.4% | 0.8% | - |
| XYZ | 40.59 | 52.22 | 26.35 | - |
| YUV | 182.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 122 | 0.18 | 0 | 0.40 | 0.20 | 87.41 | 0.44 | 0.64 |
| Hex | A6 | CB | 7A | 12 | 0 | 28 | 14 | 57 | 2C | 40 |
| Octal | 246 | 313 | 172 | 22 | 0 | 50 | 24 | 127 | 54 | 100 |
| Binary | 10100110 | 11001011 | 1111010 | 10010 | 0 | 101000 | 10100 | 1010111 | 101100 | 1000000 |
Color Harmonies of #A6CB7A
Complementary color
Monochromatic Colors of #A6CB7A
Black with #A6CB7A
Text Example
Text Example
White with #A6CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CB7A; }
p { color: rgb(166,203,122); }
H1.HeaderClassName
{
color: #A6CB7A;
}
.AnyTagClassName
{
color: #A6CB7A;
}
</style>
background-color css
<style>
a { background-color: #A6CB7A; }
a { background-color: rgb(166,203,122); }
div.DivClassName
{
background-color: #A6CB7A;
}
.BgClassName
{
background-color: #A6CB7A;
}
</style>
border-color css
<style>
span { border-color: #A6CB7A; }
span { border-color: rgb(166,203,122); }
td.TdClassName
{
border-color: #A6CB7A;
}
.TagClassName
{
border-color: #A6CB7A;
}
</style>