Shades of Feijoa #A6D26E
Tints of Feijoa #A6D26E
RGB
CMYK
RGB Variations
Color information
#A6D26E (or 0xA6D26E) is known color: Feijoa. HEX triplet: A6, D2 and 6E. RGB value is (166,210,110). Sum of RGB (Red+Green+Blue) = 166+210+110=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D26E is #592D91. Grayscale: #B9B9B9. Windows color (decimal): -5844370 or 7262886. OLE color: 7262886.
HSL color Cylindrical-coordinate representation of color #A6D26E: hue angle of 86.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6D26E is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 110 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.18 |
| HSL | 86.4º | 0.53% | 0.63% | - |
| HSV(B) | 86.4º | 0.48% | 0.82% | - |
| XYZ | 41.59 | 55.33 | 23.24 | - |
| YUV | 185.44 | 85.42 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 110 | 0.21 | 0 | 0.48 | 0.18 | 86.4 | 0.53 | 0.63 |
| Hex | A6 | D2 | 6E | 15 | 0 | 30 | 12 | 56 | 35 | 3F |
| Octal | 246 | 322 | 156 | 25 | 0 | 60 | 22 | 126 | 65 | 77 |
| Binary | 10100110 | 11010010 | 1101110 | 10101 | 0 | 110000 | 10010 | 1010110 | 110101 | 111111 |
Color Harmonies of #A6D26E
Complementary color
Monochromatic Colors of #A6D26E
Black with #A6D26E
Text Example
Text Example
White with #A6D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D26E; }
p { color: rgb(166,210,110); }
H1.HeaderClassName
{
color: #A6D26E;
}
.AnyTagClassName
{
color: #A6D26E;
}
</style>
background-color css
<style>
a { background-color: #A6D26E; }
a { background-color: rgb(166,210,110); }
div.DivClassName
{
background-color: #A6D26E;
}
.BgClassName
{
background-color: #A6D26E;
}
</style>
border-color css
<style>
span { border-color: #A6D26E; }
span { border-color: rgb(166,210,110); }
td.TdClassName
{
border-color: #A6D26E;
}
.TagClassName
{
border-color: #A6D26E;
}
</style>