Shades of Feijoa #A7DC74
Tints of Feijoa #A7DC74
RGB
CMYK
RGB Variations
Color information
#A7DC74 (or 0xA7DC74) is known color: Feijoa. HEX triplet: A7, DC and 74. RGB value is (167,220,116). Sum of RGB (Red+Green+Blue) = 167+220+116=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC74 is #58238B. Grayscale: #C0C0C0. Windows color (decimal): -5776268 or 7658663. OLE color: 7658663.
HSL color Cylindrical-coordinate representation of color #A7DC74: hue angle of 90.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7DC74 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 116 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.14 |
| HSL | 90.58º | 0.6% | 0.66% | - |
| HSV(B) | 90.58º | 0.47% | 0.86% | - |
| XYZ | 44.68 | 60.66 | 25.88 | - |
| YUV | 192.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 116 | 0.24 | 0 | 0.47 | 0.14 | 90.58 | 0.6 | 0.66 |
| Hex | A7 | DC | 74 | 18 | 0 | 2F | E | 5B | 3C | 42 |
| Octal | 247 | 334 | 164 | 30 | 0 | 57 | 16 | 133 | 74 | 102 |
| Binary | 10100111 | 11011100 | 1110100 | 11000 | 0 | 101111 | 1110 | 1011011 | 111100 | 1000010 |
Color Harmonies of #A7DC74
Complementary color
Monochromatic Colors of #A7DC74
Black with #A7DC74
Text Example
Text Example
White with #A7DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DC74; }
p { color: rgb(167,220,116); }
H1.HeaderClassName
{
color: #A7DC74;
}
.AnyTagClassName
{
color: #A7DC74;
}
</style>
background-color css
<style>
a { background-color: #A7DC74; }
a { background-color: rgb(167,220,116); }
div.DivClassName
{
background-color: #A7DC74;
}
.BgClassName
{
background-color: #A7DC74;
}
</style>
border-color css
<style>
span { border-color: #A7DC74; }
span { border-color: rgb(167,220,116); }
td.TdClassName
{
border-color: #A7DC74;
}
.TagClassName
{
border-color: #A7DC74;
}
</style>