Shades of Feijoa #A1DA69
Tints of Feijoa #A1DA69
RGB
CMYK
RGB Variations
Color information
#A1DA69 (or 0xA1DA69) is known color: Feijoa. HEX triplet: A1, DA and 69. RGB value is (161,218,105). Sum of RGB (Red+Green+Blue) = 161+218+105=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA69 is #5E2596. Grayscale: #BCBCBC. Windows color (decimal): -6170007 or 6937249. OLE color: 6937249.
HSL color Cylindrical-coordinate representation of color #A1DA69: hue angle of 90.27º 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 #A1DA69 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 105 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.15 |
| HSL | 90.27º | 0.6% | 0.63% | - |
| HSV(B) | 90.27º | 0.52% | 0.85% | - |
| XYZ | 42.32 | 58.74 | 22.47 | - |
| YUV | 188.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 105 | 0.26 | 0 | 0.52 | 0.15 | 90.27 | 0.6 | 0.63 |
| Hex | A1 | DA | 69 | 1A | 0 | 34 | F | 5A | 3C | 3F |
| Octal | 241 | 332 | 151 | 32 | 0 | 64 | 17 | 132 | 74 | 77 |
| Binary | 10100001 | 11011010 | 1101001 | 11010 | 0 | 110100 | 1111 | 1011010 | 111100 | 111111 |
Color Harmonies of #A1DA69
Complementary color
Monochromatic Colors of #A1DA69
Black with #A1DA69
Text Example
Text Example
White with #A1DA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA69; }
p { color: rgb(161,218,105); }
H1.HeaderClassName
{
color: #A1DA69;
}
.AnyTagClassName
{
color: #A1DA69;
}
</style>
background-color css
<style>
a { background-color: #A1DA69; }
a { background-color: rgb(161,218,105); }
div.DivClassName
{
background-color: #A1DA69;
}
.BgClassName
{
background-color: #A1DA69;
}
</style>
border-color css
<style>
span { border-color: #A1DA69; }
span { border-color: rgb(161,218,105); }
td.TdClassName
{
border-color: #A1DA69;
}
.TagClassName
{
border-color: #A1DA69;
}
</style>