Shades of Feijoa #A7D47B
Tints of Feijoa #A7D47B
RGB
CMYK
RGB Variations
Color information
#A7D47B (or 0xA7D47B) is known color: Feijoa. HEX triplet: A7, D4 and 7B. RGB value is (167,212,123). Sum of RGB (Red+Green+Blue) = 167+212+123=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D47B is #582B84. Grayscale: #BCBCBC. Windows color (decimal): -5778309 or 8115367. OLE color: 8115367.
HSL color Cylindrical-coordinate representation of color #A7D47B: hue angle of 90.34º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7D47B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 212 | 123 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.17 |
| HSL | 90.34º | 0.51% | 0.66% | - |
| HSV(B) | 90.34º | 0.42% | 0.83% | - |
| XYZ | 43.05 | 56.73 | 27.42 | - |
| YUV | 188.4 | 91.09 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 212 | 123 | 0.21 | 0 | 0.42 | 0.17 | 90.34 | 0.51 | 0.66 |
| Hex | A7 | D4 | 7B | 15 | 0 | 2A | 11 | 5A | 33 | 42 |
| Octal | 247 | 324 | 173 | 25 | 0 | 52 | 21 | 132 | 63 | 102 |
| Binary | 10100111 | 11010100 | 1111011 | 10101 | 0 | 101010 | 10001 | 1011010 | 110011 | 1000010 |
Color Harmonies of #A7D47B
Complementary color
Monochromatic Colors of #A7D47B
Black with #A7D47B
Text Example
Text Example
White with #A7D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D47B; }
p { color: rgb(167,212,123); }
H1.HeaderClassName
{
color: #A7D47B;
}
.AnyTagClassName
{
color: #A7D47B;
}
</style>
background-color css
<style>
a { background-color: #A7D47B; }
a { background-color: rgb(167,212,123); }
div.DivClassName
{
background-color: #A7D47B;
}
.BgClassName
{
background-color: #A7D47B;
}
</style>
border-color css
<style>
span { border-color: #A7D47B; }
span { border-color: rgb(167,212,123); }
td.TdClassName
{
border-color: #A7D47B;
}
.TagClassName
{
border-color: #A7D47B;
}
</style>