Shades of Feijoa #A7DC7B
Tints of Feijoa #A7DC7B
RGB
CMYK
RGB Variations
Color information
#A7DC7B (or 0xA7DC7B) is known color: Feijoa. HEX triplet: A7, DC and 7B. RGB value is (167,220,123). Sum of RGB (Red+Green+Blue) = 167+220+123=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC7B is #582384. Grayscale: #C1C1C1. Windows color (decimal): -5776261 or 8117415. OLE color: 8117415.
HSL color Cylindrical-coordinate representation of color #A7DC7B: hue angle of 92.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7DC7B is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 123 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.14 |
| HSL | 92.78º | 0.58% | 0.67% | - |
| HSV(B) | 92.78º | 0.44% | 0.86% | - |
| XYZ | 45.1 | 60.83 | 28.1 | - |
| YUV | 193.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 123 | 0.24 | 0 | 0.44 | 0.14 | 92.78 | 0.58 | 0.67 |
| Hex | A7 | DC | 7B | 18 | 0 | 2C | E | 5D | 3A | 43 |
| Octal | 247 | 334 | 173 | 30 | 0 | 54 | 16 | 135 | 72 | 103 |
| Binary | 10100111 | 11011100 | 1111011 | 11000 | 0 | 101100 | 1110 | 1011101 | 111010 | 1000011 |
Color Harmonies of #A7DC7B
Complementary color
Monochromatic Colors of #A7DC7B
Black with #A7DC7B
Text Example
Text Example
White with #A7DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DC7B; }
p { color: rgb(167,220,123); }
H1.HeaderClassName
{
color: #A7DC7B;
}
.AnyTagClassName
{
color: #A7DC7B;
}
</style>
background-color css
<style>
a { background-color: #A7DC7B; }
a { background-color: rgb(167,220,123); }
div.DivClassName
{
background-color: #A7DC7B;
}
.BgClassName
{
background-color: #A7DC7B;
}
</style>
border-color css
<style>
span { border-color: #A7DC7B; }
span { border-color: rgb(167,220,123); }
td.TdClassName
{
border-color: #A7DC7B;
}
.TagClassName
{
border-color: #A7DC7B;
}
</style>