Shades of Feijoa #A0DA69
Tints of Feijoa #A0DA69
RGB
CMYK
RGB Variations
Color information
#A0DA69 (or 0xA0DA69) is known color: Feijoa. HEX triplet: A0, DA and 69. RGB value is (160,218,105). Sum of RGB (Red+Green+Blue) = 160+218+105=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA69 is #5F2596. Grayscale: #BCBCBC. Windows color (decimal): -6235543 or 6937248. OLE color: 6937248.
HSL color Cylindrical-coordinate representation of color #A0DA69: hue angle of 90.8º 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 #A0DA69 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 105 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.15 |
| HSL | 90.8º | 0.6% | 0.63% | - |
| HSV(B) | 90.8º | 0.52% | 0.85% | - |
| XYZ | 42.12 | 58.64 | 22.46 | - |
| YUV | 187.78 | 81.28 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 105 | 0.27 | 0 | 0.52 | 0.15 | 90.8 | 0.6 | 0.63 |
| Hex | A0 | DA | 69 | 1B | 0 | 34 | F | 5B | 3C | 3F |
| Octal | 240 | 332 | 151 | 33 | 0 | 64 | 17 | 133 | 74 | 77 |
| Binary | 10100000 | 11011010 | 1101001 | 11011 | 0 | 110100 | 1111 | 1011011 | 111100 | 111111 |
Color Harmonies of #A0DA69
Complementary color
Monochromatic Colors of #A0DA69
Black with #A0DA69
Text Example
Text Example
White with #A0DA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA69; }
p { color: rgb(160,218,105); }
H1.HeaderClassName
{
color: #A0DA69;
}
.AnyTagClassName
{
color: #A0DA69;
}
</style>
background-color css
<style>
a { background-color: #A0DA69; }
a { background-color: rgb(160,218,105); }
div.DivClassName
{
background-color: #A0DA69;
}
.BgClassName
{
background-color: #A0DA69;
}
</style>
border-color css
<style>
span { border-color: #A0DA69; }
span { border-color: rgb(160,218,105); }
td.TdClassName
{
border-color: #A0DA69;
}
.TagClassName
{
border-color: #A0DA69;
}
</style>