Shades of Feijoa #A1D969
Tints of Feijoa #A1D969
RGB
CMYK
RGB Variations
Color information
#A1D969 (or 0xA1D969) is known color: Feijoa. HEX triplet: A1, D9 and 69. RGB value is (161,217,105). Sum of RGB (Red+Green+Blue) = 161+217+105=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D969 is #5E2696. Grayscale: #BBBBBB. Windows color (decimal): -6170263 or 6936993. OLE color: 6936993.
HSL color Cylindrical-coordinate representation of color #A1D969: hue angle of 90º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1D969 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 105 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.15 |
| HSL | 90º | 0.6% | 0.63% | - |
| HSV(B) | 90º | 0.52% | 0.85% | - |
| XYZ | 42.06 | 58.22 | 22.39 | - |
| YUV | 187.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 105 | 0.26 | 0 | 0.52 | 0.15 | 90 | 0.6 | 0.63 |
| Hex | A1 | D9 | 69 | 1A | 0 | 34 | F | 5A | 3C | 3F |
| Octal | 241 | 331 | 151 | 32 | 0 | 64 | 17 | 132 | 74 | 77 |
| Binary | 10100001 | 11011001 | 1101001 | 11010 | 0 | 110100 | 1111 | 1011010 | 111100 | 111111 |
Color Harmonies of #A1D969
Complementary color
Monochromatic Colors of #A1D969
Black with #A1D969
Text Example
Text Example
White with #A1D969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D969; }
p { color: rgb(161,217,105); }
H1.HeaderClassName
{
color: #A1D969;
}
.AnyTagClassName
{
color: #A1D969;
}
</style>
background-color css
<style>
a { background-color: #A1D969; }
a { background-color: rgb(161,217,105); }
div.DivClassName
{
background-color: #A1D969;
}
.BgClassName
{
background-color: #A1D969;
}
</style>
border-color css
<style>
span { border-color: #A1D969; }
span { border-color: rgb(161,217,105); }
td.TdClassName
{
border-color: #A1D969;
}
.TagClassName
{
border-color: #A1D969;
}
</style>