Shades of Feijoa #A6D18D
Tints of Feijoa #A6D18D
RGB
CMYK
RGB Variations
Color information
#A6D18D (or 0xA6D18D) is known color: Feijoa. HEX triplet: A6, D1 and 8D. RGB value is (166,209,141). Sum of RGB (Red+Green+Blue) = 166+209+141=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D18D is #592E72. Grayscale: #BCBCBC. Windows color (decimal): -5844595 or 9294246. OLE color: 9294246.
HSL color Cylindrical-coordinate representation of color #A6D18D: hue angle of 97.94º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6D18D is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 141 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.18 |
| HSL | 97.94º | 0.43% | 0.69% | - |
| HSV(B) | 97.94º | 0.33% | 0.82% | - |
| XYZ | 43.33 | 55.63 | 33.65 | - |
| YUV | 188.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 141 | 0.21 | 0 | 0.33 | 0.18 | 97.94 | 0.43 | 0.69 |
| Hex | A6 | D1 | 8D | 15 | 0 | 21 | 12 | 62 | 2A | 45 |
| Octal | 246 | 321 | 215 | 25 | 0 | 41 | 22 | 142 | 52 | 105 |
| Binary | 10100110 | 11010001 | 10001101 | 10101 | 0 | 100001 | 10010 | 1100010 | 101010 | 1000101 |
Color Harmonies of #A6D18D
Complementary color
Monochromatic Colors of #A6D18D
Black with #A6D18D
Text Example
Text Example
White with #A6D18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D18D; }
p { color: rgb(166,209,141); }
H1.HeaderClassName
{
color: #A6D18D;
}
.AnyTagClassName
{
color: #A6D18D;
}
</style>
background-color css
<style>
a { background-color: #A6D18D; }
a { background-color: rgb(166,209,141); }
div.DivClassName
{
background-color: #A6D18D;
}
.BgClassName
{
background-color: #A6D18D;
}
</style>
border-color css
<style>
span { border-color: #A6D18D; }
span { border-color: rgb(166,209,141); }
td.TdClassName
{
border-color: #A6D18D;
}
.TagClassName
{
border-color: #A6D18D;
}
</style>