Shades of Feijoa #A0D569
Tints of Feijoa #A0D569
RGB
CMYK
RGB Variations
Color information
#A0D569 (or 0xA0D569) is known color: Feijoa. HEX triplet: A0, D5 and 69. RGB value is (160,213,105). Sum of RGB (Red+Green+Blue) = 160+213+105=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D569 is #5F2A96. Grayscale: #B9B9B9. Windows color (decimal): -6236823 or 6935968. OLE color: 6935968.
HSL color Cylindrical-coordinate representation of color #A0D569: hue angle of 89.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0D569 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 105 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.16 |
| HSL | 89.44º | 0.56% | 0.62% | - |
| HSV(B) | 89.44º | 0.51% | 0.84% | - |
| XYZ | 40.84 | 56.08 | 22.04 | - |
| YUV | 184.84 | 82.94 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 105 | 0.25 | 0 | 0.51 | 0.16 | 89.44 | 0.56 | 0.62 |
| Hex | A0 | D5 | 69 | 19 | 0 | 33 | 10 | 59 | 38 | 3E |
| Octal | 240 | 325 | 151 | 31 | 0 | 63 | 20 | 131 | 70 | 76 |
| Binary | 10100000 | 11010101 | 1101001 | 11001 | 0 | 110011 | 10000 | 1011001 | 111000 | 111110 |
Color Harmonies of #A0D569
Complementary color
Monochromatic Colors of #A0D569
Black with #A0D569
Text Example
Text Example
White with #A0D569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D569; }
p { color: rgb(160,213,105); }
H1.HeaderClassName
{
color: #A0D569;
}
.AnyTagClassName
{
color: #A0D569;
}
</style>
background-color css
<style>
a { background-color: #A0D569; }
a { background-color: rgb(160,213,105); }
div.DivClassName
{
background-color: #A0D569;
}
.BgClassName
{
background-color: #A0D569;
}
</style>
border-color css
<style>
span { border-color: #A0D569; }
span { border-color: rgb(160,213,105); }
td.TdClassName
{
border-color: #A0D569;
}
.TagClassName
{
border-color: #A0D569;
}
</style>