Shades of Feijoa #A1D669
Tints of Feijoa #A1D669
RGB
CMYK
RGB Variations
Color information
#A1D669 (or 0xA1D669) is known color: Feijoa. HEX triplet: A1, D6 and 69. RGB value is (161,214,105). Sum of RGB (Red+Green+Blue) = 161+214+105=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D669 is #5E2996. Grayscale: #BABABA. Windows color (decimal): -6171031 or 6936225. OLE color: 6936225.
HSL color Cylindrical-coordinate representation of color #A1D669: hue angle of 89.17º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1D669 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 105 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.16 |
| HSL | 89.17º | 0.57% | 0.63% | - |
| HSV(B) | 89.17º | 0.51% | 0.84% | - |
| XYZ | 41.29 | 56.69 | 22.13 | - |
| YUV | 185.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 105 | 0.25 | 0 | 0.51 | 0.16 | 89.17 | 0.57 | 0.63 |
| Hex | A1 | D6 | 69 | 19 | 0 | 33 | 10 | 59 | 39 | 3F |
| Octal | 241 | 326 | 151 | 31 | 0 | 63 | 20 | 131 | 71 | 77 |
| Binary | 10100001 | 11010110 | 1101001 | 11001 | 0 | 110011 | 10000 | 1011001 | 111001 | 111111 |
Color Harmonies of #A1D669
Complementary color
Monochromatic Colors of #A1D669
Black with #A1D669
Text Example
Text Example
White with #A1D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D669; }
p { color: rgb(161,214,105); }
H1.HeaderClassName
{
color: #A1D669;
}
.AnyTagClassName
{
color: #A1D669;
}
</style>
background-color css
<style>
a { background-color: #A1D669; }
a { background-color: rgb(161,214,105); }
div.DivClassName
{
background-color: #A1D669;
}
.BgClassName
{
background-color: #A1D669;
}
</style>
border-color css
<style>
span { border-color: #A1D669; }
span { border-color: rgb(161,214,105); }
td.TdClassName
{
border-color: #A1D669;
}
.TagClassName
{
border-color: #A1D669;
}
</style>