Shades of Feijoa #A6D18A
Tints of Feijoa #A6D18A
RGB
CMYK
RGB Variations
Color information
#A6D18A (or 0xA6D18A) is known color: Feijoa. HEX triplet: A6, D1 and 8A. RGB value is (166,209,138). Sum of RGB (Red+Green+Blue) = 166+209+138=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D18A is #592E75. Grayscale: #BCBCBC. Windows color (decimal): -5844598 or 9097638. OLE color: 9097638.
HSL color Cylindrical-coordinate representation of color #A6D18A: hue angle of 96.34º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6D18A is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 138 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.18 |
| HSL | 96.34º | 0.44% | 0.68% | - |
| HSV(B) | 96.34º | 0.34% | 0.82% | - |
| XYZ | 43.11 | 55.54 | 32.49 | - |
| YUV | 188.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 138 | 0.21 | 0 | 0.34 | 0.18 | 96.34 | 0.44 | 0.68 |
| Hex | A6 | D1 | 8A | 15 | 0 | 22 | 12 | 60 | 2C | 44 |
| Octal | 246 | 321 | 212 | 25 | 0 | 42 | 22 | 140 | 54 | 104 |
| Binary | 10100110 | 11010001 | 10001010 | 10101 | 0 | 100010 | 10010 | 1100000 | 101100 | 1000100 |
Color Harmonies of #A6D18A
Complementary color
Monochromatic Colors of #A6D18A
Black with #A6D18A
Text Example
Text Example
White with #A6D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D18A; }
p { color: rgb(166,209,138); }
H1.HeaderClassName
{
color: #A6D18A;
}
.AnyTagClassName
{
color: #A6D18A;
}
</style>
background-color css
<style>
a { background-color: #A6D18A; }
a { background-color: rgb(166,209,138); }
div.DivClassName
{
background-color: #A6D18A;
}
.BgClassName
{
background-color: #A6D18A;
}
</style>
border-color css
<style>
span { border-color: #A6D18A; }
span { border-color: rgb(166,209,138); }
td.TdClassName
{
border-color: #A6D18A;
}
.TagClassName
{
border-color: #A6D18A;
}
</style>