Shades of Feijoa #A0D669
Tints of Feijoa #A0D669
RGB
CMYK
RGB Variations
Color information
#A0D669 (or 0xA0D669) is known color: Feijoa. HEX triplet: A0, D6 and 69. RGB value is (160,214,105). Sum of RGB (Red+Green+Blue) = 160+214+105=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D669 is #5F2996. Grayscale: #B9B9B9. Windows color (decimal): -6236567 or 6936224. OLE color: 6936224.
HSL color Cylindrical-coordinate representation of color #A0D669: hue angle of 89.72º 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 #A0D669 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 105 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.16 |
| HSL | 89.72º | 0.57% | 0.63% | - |
| HSV(B) | 89.72º | 0.51% | 0.84% | - |
| XYZ | 41.09 | 56.59 | 22.12 | - |
| YUV | 185.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 105 | 0.25 | 0 | 0.51 | 0.16 | 89.72 | 0.57 | 0.63 |
| Hex | A0 | D6 | 69 | 19 | 0 | 33 | 10 | 5A | 39 | 3F |
| Octal | 240 | 326 | 151 | 31 | 0 | 63 | 20 | 132 | 71 | 77 |
| Binary | 10100000 | 11010110 | 1101001 | 11001 | 0 | 110011 | 10000 | 1011010 | 111001 | 111111 |
Color Harmonies of #A0D669
Complementary color
Monochromatic Colors of #A0D669
Black with #A0D669
Text Example
Text Example
White with #A0D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D669; }
p { color: rgb(160,214,105); }
H1.HeaderClassName
{
color: #A0D669;
}
.AnyTagClassName
{
color: #A0D669;
}
</style>
background-color css
<style>
a { background-color: #A0D669; }
a { background-color: rgb(160,214,105); }
div.DivClassName
{
background-color: #A0D669;
}
.BgClassName
{
background-color: #A0D669;
}
</style>
border-color css
<style>
span { border-color: #A0D669; }
span { border-color: rgb(160,214,105); }
td.TdClassName
{
border-color: #A0D669;
}
.TagClassName
{
border-color: #A0D669;
}
</style>