Shades of Feijoa #A6CD8A
Tints of Feijoa #A6CD8A
RGB
CMYK
RGB Variations
Color information
#A6CD8A (or 0xA6CD8A) is known color: Feijoa. HEX triplet: A6, CD and 8A. RGB value is (166,205,138). Sum of RGB (Red+Green+Blue) = 166+205+138=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CD8A is #593275. Grayscale: #B9B9B9. Windows color (decimal): -5845622 or 9096614. OLE color: 9096614.
HSL color Cylindrical-coordinate representation of color #A6CD8A: hue angle of 94.93º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6CD8A is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 138 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.20 |
| HSL | 94.93º | 0.4% | 0.67% | - |
| HSV(B) | 94.93º | 0.33% | 0.8% | - |
| XYZ | 42.14 | 53.6 | 32.17 | - |
| YUV | 185.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 138 | 0.19 | 0 | 0.33 | 0.20 | 94.93 | 0.4 | 0.67 |
| Hex | A6 | CD | 8A | 13 | 0 | 21 | 14 | 5F | 28 | 43 |
| Octal | 246 | 315 | 212 | 23 | 0 | 41 | 24 | 137 | 50 | 103 |
| Binary | 10100110 | 11001101 | 10001010 | 10011 | 0 | 100001 | 10100 | 1011111 | 101000 | 1000011 |
Color Harmonies of #A6CD8A
Complementary color
Monochromatic Colors of #A6CD8A
Black with #A6CD8A
Text Example
Text Example
White with #A6CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CD8A; }
p { color: rgb(166,205,138); }
H1.HeaderClassName
{
color: #A6CD8A;
}
.AnyTagClassName
{
color: #A6CD8A;
}
</style>
background-color css
<style>
a { background-color: #A6CD8A; }
a { background-color: rgb(166,205,138); }
div.DivClassName
{
background-color: #A6CD8A;
}
.BgClassName
{
background-color: #A6CD8A;
}
</style>
border-color css
<style>
span { border-color: #A6CD8A; }
span { border-color: rgb(166,205,138); }
td.TdClassName
{
border-color: #A6CD8A;
}
.TagClassName
{
border-color: #A6CD8A;
}
</style>