Shades of Feijoa #A7D37B
Tints of Feijoa #A7D37B
RGB
CMYK
RGB Variations
Color information
#A7D37B (or 0xA7D37B) is known color: Feijoa. HEX triplet: A7, D3 and 7B. RGB value is (167,211,123). Sum of RGB (Red+Green+Blue) = 167+211+123=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D37B is #582C84. Grayscale: #BCBCBC. Windows color (decimal): -5778565 or 8115111. OLE color: 8115111.
HSL color Cylindrical-coordinate representation of color #A7D37B: hue angle of 90º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7D37B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 211 | 123 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.17 |
| HSL | 90º | 0.5% | 0.65% | - |
| HSV(B) | 90º | 0.42% | 0.83% | - |
| XYZ | 42.81 | 56.23 | 27.34 | - |
| YUV | 187.81 | 91.42 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 211 | 123 | 0.21 | 0 | 0.42 | 0.17 | 90 | 0.5 | 0.65 |
| Hex | A7 | D3 | 7B | 15 | 0 | 2A | 11 | 5A | 32 | 41 |
| Octal | 247 | 323 | 173 | 25 | 0 | 52 | 21 | 132 | 62 | 101 |
| Binary | 10100111 | 11010011 | 1111011 | 10101 | 0 | 101010 | 10001 | 1011010 | 110010 | 1000001 |
Color Harmonies of #A7D37B
Complementary color
Monochromatic Colors of #A7D37B
Black with #A7D37B
Text Example
Text Example
White with #A7D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D37B; }
p { color: rgb(167,211,123); }
H1.HeaderClassName
{
color: #A7D37B;
}
.AnyTagClassName
{
color: #A7D37B;
}
</style>
background-color css
<style>
a { background-color: #A7D37B; }
a { background-color: rgb(167,211,123); }
div.DivClassName
{
background-color: #A7D37B;
}
.BgClassName
{
background-color: #A7D37B;
}
</style>
border-color css
<style>
span { border-color: #A7D37B; }
span { border-color: rgb(167,211,123); }
td.TdClassName
{
border-color: #A7D37B;
}
.TagClassName
{
border-color: #A7D37B;
}
</style>