Shades of Feijoa #A0DC68
Tints of Feijoa #A0DC68
RGB
CMYK
RGB Variations
Color information
#A0DC68 (or 0xA0DC68) is known color: Feijoa. HEX triplet: A0, DC and 68. RGB value is (160,220,104). Sum of RGB (Red+Green+Blue) = 160+220+104=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC68 is #5F2397. Grayscale: #BDBDBD. Windows color (decimal): -6235032 or 6872224. OLE color: 6872224.
HSL color Cylindrical-coordinate representation of color #A0DC68: hue angle of 91.03º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0DC68 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 104 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.14 |
| HSL | 91.03º | 0.62% | 0.64% | - |
| HSV(B) | 91.03º | 0.53% | 0.86% | - |
| XYZ | 42.59 | 59.66 | 22.37 | - |
| YUV | 188.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 104 | 0.27 | 0 | 0.53 | 0.14 | 91.03 | 0.62 | 0.64 |
| Hex | A0 | DC | 68 | 1B | 0 | 35 | E | 5B | 3E | 40 |
| Octal | 240 | 334 | 150 | 33 | 0 | 65 | 16 | 133 | 76 | 100 |
| Binary | 10100000 | 11011100 | 1101000 | 11011 | 0 | 110101 | 1110 | 1011011 | 111110 | 1000000 |
Color Harmonies of #A0DC68
Complementary color
Monochromatic Colors of #A0DC68
Black with #A0DC68
Text Example
Text Example
White with #A0DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC68; }
p { color: rgb(160,220,104); }
H1.HeaderClassName
{
color: #A0DC68;
}
.AnyTagClassName
{
color: #A0DC68;
}
</style>
background-color css
<style>
a { background-color: #A0DC68; }
a { background-color: rgb(160,220,104); }
div.DivClassName
{
background-color: #A0DC68;
}
.BgClassName
{
background-color: #A0DC68;
}
</style>
border-color css
<style>
span { border-color: #A0DC68; }
span { border-color: rgb(160,220,104); }
td.TdClassName
{
border-color: #A0DC68;
}
.TagClassName
{
border-color: #A0DC68;
}
</style>