Shades of Feijoa #A7DA74
Tints of Feijoa #A7DA74
RGB
CMYK
RGB Variations
Color information
#A7DA74 (or 0xA7DA74) is known color: Feijoa. HEX triplet: A7, DA and 74. RGB value is (167,218,116). Sum of RGB (Red+Green+Blue) = 167+218+116=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DA74 is #58258B. Grayscale: #BFBFBF. Windows color (decimal): -5776780 or 7658151. OLE color: 7658151.
HSL color Cylindrical-coordinate representation of color #A7DA74: hue angle of 90º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7DA74 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 116 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.15 |
| HSL | 90º | 0.58% | 0.65% | - |
| HSV(B) | 90º | 0.47% | 0.85% | - |
| XYZ | 44.16 | 59.62 | 25.7 | - |
| YUV | 191.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 116 | 0.23 | 0 | 0.47 | 0.15 | 90 | 0.58 | 0.65 |
| Hex | A7 | DA | 74 | 17 | 0 | 2F | F | 5A | 3A | 41 |
| Octal | 247 | 332 | 164 | 27 | 0 | 57 | 17 | 132 | 72 | 101 |
| Binary | 10100111 | 11011010 | 1110100 | 10111 | 0 | 101111 | 1111 | 1011010 | 111010 | 1000001 |
Color Harmonies of #A7DA74
Complementary color
Monochromatic Colors of #A7DA74
Black with #A7DA74
Text Example
Text Example
White with #A7DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA74; }
p { color: rgb(167,218,116); }
H1.HeaderClassName
{
color: #A7DA74;
}
.AnyTagClassName
{
color: #A7DA74;
}
</style>
background-color css
<style>
a { background-color: #A7DA74; }
a { background-color: rgb(167,218,116); }
div.DivClassName
{
background-color: #A7DA74;
}
.BgClassName
{
background-color: #A7DA74;
}
</style>
border-color css
<style>
span { border-color: #A7DA74; }
span { border-color: rgb(167,218,116); }
td.TdClassName
{
border-color: #A7DA74;
}
.TagClassName
{
border-color: #A7DA74;
}
</style>