Shades of Feijoa #A8D673
Tints of Feijoa #A8D673
RGB
CMYK
RGB Variations
Color information
#A8D673 (or 0xA8D673) is known color: Feijoa. HEX triplet: A8, D6 and 73. RGB value is (168,214,115). Sum of RGB (Red+Green+Blue) = 168+214+115=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D673 is #57298C. Grayscale: #BDBDBD. Windows color (decimal): -5712269 or 7591592. OLE color: 7591592.
HSL color Cylindrical-coordinate representation of color #A8D673: hue angle of 87.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8D673 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 115 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.16 |
| HSL | 87.88º | 0.55% | 0.65% | - |
| HSV(B) | 87.88º | 0.46% | 0.84% | - |
| XYZ | 43.29 | 57.66 | 25.07 | - |
| YUV | 188.96 | 86.26 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 115 | 0.21 | 0 | 0.46 | 0.16 | 87.88 | 0.55 | 0.65 |
| Hex | A8 | D6 | 73 | 15 | 0 | 2E | 10 | 58 | 37 | 41 |
| Octal | 250 | 326 | 163 | 25 | 0 | 56 | 20 | 130 | 67 | 101 |
| Binary | 10101000 | 11010110 | 1110011 | 10101 | 0 | 101110 | 10000 | 1011000 | 110111 | 1000001 |
Color Harmonies of #A8D673
Complementary color
Monochromatic Colors of #A8D673
Black with #A8D673
Text Example
Text Example
White with #A8D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D673; }
p { color: rgb(168,214,115); }
H1.HeaderClassName
{
color: #A8D673;
}
.AnyTagClassName
{
color: #A8D673;
}
</style>
background-color css
<style>
a { background-color: #A8D673; }
a { background-color: rgb(168,214,115); }
div.DivClassName
{
background-color: #A8D673;
}
.BgClassName
{
background-color: #A8D673;
}
</style>
border-color css
<style>
span { border-color: #A8D673; }
span { border-color: rgb(168,214,115); }
td.TdClassName
{
border-color: #A8D673;
}
.TagClassName
{
border-color: #A8D673;
}
</style>