Shades of Feijoa #A6DC73
Tints of Feijoa #A6DC73
RGB
CMYK
RGB Variations
Color information
#A6DC73 (or 0xA6DC73) is known color: Feijoa. HEX triplet: A6, DC and 73. RGB value is (166,220,115). Sum of RGB (Red+Green+Blue) = 166+220+115=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC73 is #59238C. Grayscale: #C0C0C0. Windows color (decimal): -5841805 or 7593126. OLE color: 7593126.
HSL color Cylindrical-coordinate representation of color #A6DC73: hue angle of 90.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6DC73 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 115 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.14 |
| HSL | 90.86º | 0.6% | 0.66% | - |
| HSV(B) | 90.86º | 0.48% | 0.86% | - |
| XYZ | 44.41 | 60.53 | 25.56 | - |
| YUV | 191.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 115 | 0.25 | 0 | 0.48 | 0.14 | 90.86 | 0.6 | 0.66 |
| Hex | A6 | DC | 73 | 19 | 0 | 30 | E | 5B | 3C | 42 |
| Octal | 246 | 334 | 163 | 31 | 0 | 60 | 16 | 133 | 74 | 102 |
| Binary | 10100110 | 11011100 | 1110011 | 11001 | 0 | 110000 | 1110 | 1011011 | 111100 | 1000010 |
Color Harmonies of #A6DC73
Complementary color
Monochromatic Colors of #A6DC73
Black with #A6DC73
Text Example
Text Example
White with #A6DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC73; }
p { color: rgb(166,220,115); }
H1.HeaderClassName
{
color: #A6DC73;
}
.AnyTagClassName
{
color: #A6DC73;
}
</style>
background-color css
<style>
a { background-color: #A6DC73; }
a { background-color: rgb(166,220,115); }
div.DivClassName
{
background-color: #A6DC73;
}
.BgClassName
{
background-color: #A6DC73;
}
</style>
border-color css
<style>
span { border-color: #A6DC73; }
span { border-color: rgb(166,220,115); }
td.TdClassName
{
border-color: #A6DC73;
}
.TagClassName
{
border-color: #A6DC73;
}
</style>