Shades of Feijoa #A8D671
Tints of Feijoa #A8D671
RGB
CMYK
RGB Variations
Color information
#A8D671 (or 0xA8D671) is known color: Feijoa. HEX triplet: A8, D6 and 71. RGB value is (168,214,113). Sum of RGB (Red+Green+Blue) = 168+214+113=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D671 is #57298E. Grayscale: #BDBDBD. Windows color (decimal): -5712271 or 7460520. OLE color: 7460520.
HSL color Cylindrical-coordinate representation of color #A8D671: hue angle of 87.33º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8D671 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 113 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.16 |
| HSL | 87.33º | 0.55% | 0.64% | - |
| HSV(B) | 87.33º | 0.47% | 0.84% | - |
| XYZ | 43.18 | 57.61 | 24.47 | - |
| YUV | 188.73 | 85.26 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 113 | 0.21 | 0 | 0.47 | 0.16 | 87.33 | 0.55 | 0.64 |
| Hex | A8 | D6 | 71 | 15 | 0 | 2F | 10 | 57 | 37 | 40 |
| Octal | 250 | 326 | 161 | 25 | 0 | 57 | 20 | 127 | 67 | 100 |
| Binary | 10101000 | 11010110 | 1110001 | 10101 | 0 | 101111 | 10000 | 1010111 | 110111 | 1000000 |
Color Harmonies of #A8D671
Complementary color
Monochromatic Colors of #A8D671
Black with #A8D671
Text Example
Text Example
White with #A8D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D671; }
p { color: rgb(168,214,113); }
H1.HeaderClassName
{
color: #A8D671;
}
.AnyTagClassName
{
color: #A8D671;
}
</style>
background-color css
<style>
a { background-color: #A8D671; }
a { background-color: rgb(168,214,113); }
div.DivClassName
{
background-color: #A8D671;
}
.BgClassName
{
background-color: #A8D671;
}
</style>
border-color css
<style>
span { border-color: #A8D671; }
span { border-color: rgb(168,214,113); }
td.TdClassName
{
border-color: #A8D671;
}
.TagClassName
{
border-color: #A8D671;
}
</style>