Shades of Feijoa #A6D273
Tints of Feijoa #A6D273
RGB
CMYK
RGB Variations
Color information
#A6D273 (or 0xA6D273) is known color: Feijoa. HEX triplet: A6, D2 and 73. RGB value is (166,210,115). Sum of RGB (Red+Green+Blue) = 166+210+115=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D273 is #592D8C. Grayscale: #BABABA. Windows color (decimal): -5844365 or 7590566. OLE color: 7590566.
HSL color Cylindrical-coordinate representation of color #A6D273: hue angle of 87.79º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6D273 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 115 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.18 |
| HSL | 87.79º | 0.51% | 0.64% | - |
| HSV(B) | 87.79º | 0.45% | 0.82% | - |
| XYZ | 41.87 | 55.44 | 24.71 | - |
| YUV | 186.01 | 87.92 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 115 | 0.21 | 0 | 0.45 | 0.18 | 87.79 | 0.51 | 0.64 |
| Hex | A6 | D2 | 73 | 15 | 0 | 2D | 12 | 58 | 33 | 40 |
| Octal | 246 | 322 | 163 | 25 | 0 | 55 | 22 | 130 | 63 | 100 |
| Binary | 10100110 | 11010010 | 1110011 | 10101 | 0 | 101101 | 10010 | 1011000 | 110011 | 1000000 |
Color Harmonies of #A6D273
Complementary color
Monochromatic Colors of #A6D273
Black with #A6D273
Text Example
Text Example
White with #A6D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D273; }
p { color: rgb(166,210,115); }
H1.HeaderClassName
{
color: #A6D273;
}
.AnyTagClassName
{
color: #A6D273;
}
</style>
background-color css
<style>
a { background-color: #A6D273; }
a { background-color: rgb(166,210,115); }
div.DivClassName
{
background-color: #A6D273;
}
.BgClassName
{
background-color: #A6D273;
}
</style>
border-color css
<style>
span { border-color: #A6D273; }
span { border-color: rgb(166,210,115); }
td.TdClassName
{
border-color: #A6D273;
}
.TagClassName
{
border-color: #A6D273;
}
</style>