Shades of Feijoa #A7DB72
Tints of Feijoa #A7DB72
RGB
CMYK
RGB Variations
Color information
#A7DB72 (or 0xA7DB72) is known color: Feijoa. HEX triplet: A7, DB and 72. RGB value is (167,219,114). Sum of RGB (Red+Green+Blue) = 167+219+114=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB72 is #58248D. Grayscale: #BFBFBF. Windows color (decimal): -5776526 or 7527335. OLE color: 7527335.
HSL color Cylindrical-coordinate representation of color #A7DB72: hue angle of 89.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7DB72 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 114 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.14 |
| HSL | 89.71º | 0.59% | 0.65% | - |
| HSV(B) | 89.71º | 0.48% | 0.86% | - |
| XYZ | 44.31 | 60.09 | 25.18 | - |
| YUV | 191.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 114 | 0.24 | 0 | 0.48 | 0.14 | 89.71 | 0.59 | 0.65 |
| Hex | A7 | DB | 72 | 18 | 0 | 30 | E | 5A | 3B | 41 |
| Octal | 247 | 333 | 162 | 30 | 0 | 60 | 16 | 132 | 73 | 101 |
| Binary | 10100111 | 11011011 | 1110010 | 11000 | 0 | 110000 | 1110 | 1011010 | 111011 | 1000001 |
Color Harmonies of #A7DB72
Complementary color
Monochromatic Colors of #A7DB72
Black with #A7DB72
Text Example
Text Example
White with #A7DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB72; }
p { color: rgb(167,219,114); }
H1.HeaderClassName
{
color: #A7DB72;
}
.AnyTagClassName
{
color: #A7DB72;
}
</style>
background-color css
<style>
a { background-color: #A7DB72; }
a { background-color: rgb(167,219,114); }
div.DivClassName
{
background-color: #A7DB72;
}
.BgClassName
{
background-color: #A7DB72;
}
</style>
border-color css
<style>
span { border-color: #A7DB72; }
span { border-color: rgb(167,219,114); }
td.TdClassName
{
border-color: #A7DB72;
}
.TagClassName
{
border-color: #A7DB72;
}
</style>