Shades of Feijoa #A6CD8B
Tints of Feijoa #A6CD8B
RGB
CMYK
RGB Variations
Color information
#A6CD8B (or 0xA6CD8B) is known color: Feijoa. HEX triplet: A6, CD and 8B. RGB value is (166,205,139). Sum of RGB (Red+Green+Blue) = 166+205+139=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CD8B is #593274. Grayscale: #BABABA. Windows color (decimal): -5845621 or 9162150. OLE color: 9162150.
HSL color Cylindrical-coordinate representation of color #A6CD8B: hue angle of 95.45º degrees, saturation: 0.4, 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 #A6CD8B is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 139 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.20 |
| HSL | 95.45º | 0.4% | 0.67% | - |
| HSV(B) | 95.45º | 0.32% | 0.8% | - |
| XYZ | 42.22 | 53.63 | 32.55 | - |
| YUV | 185.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 139 | 0.19 | 0 | 0.32 | 0.20 | 95.45 | 0.4 | 0.67 |
| Hex | A6 | CD | 8B | 13 | 0 | 20 | 14 | 5F | 28 | 43 |
| Octal | 246 | 315 | 213 | 23 | 0 | 40 | 24 | 137 | 50 | 103 |
| Binary | 10100110 | 11001101 | 10001011 | 10011 | 0 | 100000 | 10100 | 1011111 | 101000 | 1000011 |
Color Harmonies of #A6CD8B
Complementary color
Monochromatic Colors of #A6CD8B
Black with #A6CD8B
Text Example
Text Example
White with #A6CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CD8B; }
p { color: rgb(166,205,139); }
H1.HeaderClassName
{
color: #A6CD8B;
}
.AnyTagClassName
{
color: #A6CD8B;
}
</style>
background-color css
<style>
a { background-color: #A6CD8B; }
a { background-color: rgb(166,205,139); }
div.DivClassName
{
background-color: #A6CD8B;
}
.BgClassName
{
background-color: #A6CD8B;
}
</style>
border-color css
<style>
span { border-color: #A6CD8B; }
span { border-color: rgb(166,205,139); }
td.TdClassName
{
border-color: #A6CD8B;
}
.TagClassName
{
border-color: #A6CD8B;
}
</style>