Shades of Feijoa #A8D173
Tints of Feijoa #A8D173
RGB
CMYK
RGB Variations
Color information
#A8D173 (or 0xA8D173) is known color: Feijoa. HEX triplet: A8, D1 and 73. RGB value is (168,209,115). Sum of RGB (Red+Green+Blue) = 168+209+115=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D173 is #572E8C. Grayscale: #BABABA. Windows color (decimal): -5713549 or 7590312. OLE color: 7590312.
HSL color Cylindrical-coordinate representation of color #A8D173: hue angle of 86.17º 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 #A8D173 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 115 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.18 |
| HSL | 86.17º | 0.51% | 0.64% | - |
| HSV(B) | 86.17º | 0.45% | 0.82% | - |
| XYZ | 42.04 | 55.16 | 24.65 | - |
| YUV | 186.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 115 | 0.20 | 0 | 0.45 | 0.18 | 86.17 | 0.51 | 0.64 |
| Hex | A8 | D1 | 73 | 14 | 0 | 2D | 12 | 56 | 33 | 40 |
| Octal | 250 | 321 | 163 | 24 | 0 | 55 | 22 | 126 | 63 | 100 |
| Binary | 10101000 | 11010001 | 1110011 | 10100 | 0 | 101101 | 10010 | 1010110 | 110011 | 1000000 |
Color Harmonies of #A8D173
Complementary color
Monochromatic Colors of #A8D173
Black with #A8D173
Text Example
Text Example
White with #A8D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D173; }
p { color: rgb(168,209,115); }
H1.HeaderClassName
{
color: #A8D173;
}
.AnyTagClassName
{
color: #A8D173;
}
</style>
background-color css
<style>
a { background-color: #A8D173; }
a { background-color: rgb(168,209,115); }
div.DivClassName
{
background-color: #A8D173;
}
.BgClassName
{
background-color: #A8D173;
}
</style>
border-color css
<style>
span { border-color: #A8D173; }
span { border-color: rgb(168,209,115); }
td.TdClassName
{
border-color: #A8D173;
}
.TagClassName
{
border-color: #A8D173;
}
</style>