Shades of Feijoa #A0DC7D
Tints of Feijoa #A0DC7D
RGB
CMYK
RGB Variations
Color information
#A0DC7D (or 0xA0DC7D) is known color: Feijoa. HEX triplet: A0, DC and 7D. RGB value is (160,220,125). Sum of RGB (Red+Green+Blue) = 160+220+125=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC7D is #5F2382. Grayscale: #BFBFBF. Windows color (decimal): -6235011 or 8248480. OLE color: 8248480.
HSL color Cylindrical-coordinate representation of color #A0DC7D: hue angle of 97.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0DC7D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 125 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.14 |
| HSL | 97.89º | 0.58% | 0.68% | - |
| HSV(B) | 97.89º | 0.43% | 0.86% | - |
| XYZ | 43.79 | 60.14 | 28.7 | - |
| YUV | 191.23 | 90.62 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 125 | 0.27 | 0 | 0.43 | 0.14 | 97.89 | 0.58 | 0.68 |
| Hex | A0 | DC | 7D | 1B | 0 | 2B | E | 62 | 3A | 44 |
| Octal | 240 | 334 | 175 | 33 | 0 | 53 | 16 | 142 | 72 | 104 |
| Binary | 10100000 | 11011100 | 1111101 | 11011 | 0 | 101011 | 1110 | 1100010 | 111010 | 1000100 |
Color Harmonies of #A0DC7D
Complementary color
Monochromatic Colors of #A0DC7D
Black with #A0DC7D
Text Example
Text Example
White with #A0DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC7D; }
p { color: rgb(160,220,125); }
H1.HeaderClassName
{
color: #A0DC7D;
}
.AnyTagClassName
{
color: #A0DC7D;
}
</style>
background-color css
<style>
a { background-color: #A0DC7D; }
a { background-color: rgb(160,220,125); }
div.DivClassName
{
background-color: #A0DC7D;
}
.BgClassName
{
background-color: #A0DC7D;
}
</style>
border-color css
<style>
span { border-color: #A0DC7D; }
span { border-color: rgb(160,220,125); }
td.TdClassName
{
border-color: #A0DC7D;
}
.TagClassName
{
border-color: #A0DC7D;
}
</style>