Shades of Feijoa #A1D668
Tints of Feijoa #A1D668
RGB
CMYK
RGB Variations
Color information
#A1D668 (or 0xA1D668) is known color: Feijoa. HEX triplet: A1, D6 and 68. RGB value is (161,214,104). Sum of RGB (Red+Green+Blue) = 161+214+104=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D668 is #5E2997. Grayscale: #BABABA. Windows color (decimal): -6171032 or 6870689. OLE color: 6870689.
HSL color Cylindrical-coordinate representation of color #A1D668: hue angle of 88.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1D668 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 104 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.16 |
| HSL | 88.91º | 0.57% | 0.62% | - |
| HSV(B) | 88.91º | 0.51% | 0.84% | - |
| XYZ | 41.24 | 56.67 | 21.86 | - |
| YUV | 185.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 104 | 0.25 | 0 | 0.51 | 0.16 | 88.91 | 0.57 | 0.62 |
| Hex | A1 | D6 | 68 | 19 | 0 | 33 | 10 | 59 | 39 | 3E |
| Octal | 241 | 326 | 150 | 31 | 0 | 63 | 20 | 131 | 71 | 76 |
| Binary | 10100001 | 11010110 | 1101000 | 11001 | 0 | 110011 | 10000 | 1011001 | 111001 | 111110 |
Color Harmonies of #A1D668
Complementary color
Monochromatic Colors of #A1D668
Black with #A1D668
Text Example
Text Example
White with #A1D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D668; }
p { color: rgb(161,214,104); }
H1.HeaderClassName
{
color: #A1D668;
}
.AnyTagClassName
{
color: #A1D668;
}
</style>
background-color css
<style>
a { background-color: #A1D668; }
a { background-color: rgb(161,214,104); }
div.DivClassName
{
background-color: #A1D668;
}
.BgClassName
{
background-color: #A1D668;
}
</style>
border-color css
<style>
span { border-color: #A1D668; }
span { border-color: rgb(161,214,104); }
td.TdClassName
{
border-color: #A1D668;
}
.TagClassName
{
border-color: #A1D668;
}
</style>