Shades of Feijoa #A0DC69
Tints of Feijoa #A0DC69
RGB
CMYK
RGB Variations
Color information
#A0DC69 (or 0xA0DC69) is known color: Feijoa. HEX triplet: A0, DC and 69. RGB value is (160,220,105). Sum of RGB (Red+Green+Blue) = 160+220+105=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC69 is #5F2396. Grayscale: #BDBDBD. Windows color (decimal): -6235031 or 6937760. OLE color: 6937760.
HSL color Cylindrical-coordinate representation of color #A0DC69: hue angle of 91.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0DC69 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 105 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.14 |
| HSL | 91.3º | 0.62% | 0.64% | - |
| HSV(B) | 91.3º | 0.52% | 0.86% | - |
| XYZ | 42.64 | 59.68 | 22.64 | - |
| YUV | 188.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 105 | 0.27 | 0 | 0.52 | 0.14 | 91.3 | 0.62 | 0.64 |
| Hex | A0 | DC | 69 | 1B | 0 | 34 | E | 5B | 3E | 40 |
| Octal | 240 | 334 | 151 | 33 | 0 | 64 | 16 | 133 | 76 | 100 |
| Binary | 10100000 | 11011100 | 1101001 | 11011 | 0 | 110100 | 1110 | 1011011 | 111110 | 1000000 |
Color Harmonies of #A0DC69
Complementary color
Monochromatic Colors of #A0DC69
Black with #A0DC69
Text Example
Text Example
White with #A0DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC69; }
p { color: rgb(160,220,105); }
H1.HeaderClassName
{
color: #A0DC69;
}
.AnyTagClassName
{
color: #A0DC69;
}
</style>
background-color css
<style>
a { background-color: #A0DC69; }
a { background-color: rgb(160,220,105); }
div.DivClassName
{
background-color: #A0DC69;
}
.BgClassName
{
background-color: #A0DC69;
}
</style>
border-color css
<style>
span { border-color: #A0DC69; }
span { border-color: rgb(160,220,105); }
td.TdClassName
{
border-color: #A0DC69;
}
.TagClassName
{
border-color: #A0DC69;
}
</style>