Shades of Feijoa #A4DB71
Tints of Feijoa #A4DB71
RGB
CMYK
RGB Variations
Color information
#A4DB71 (or 0xA4DB71) is known color: Feijoa. HEX triplet: A4, DB and 71. RGB value is (164,219,113). Sum of RGB (Red+Green+Blue) = 164+219+113=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB71 is #5B248E. Grayscale: #BEBEBE. Windows color (decimal): -5973135 or 7461796. OLE color: 7461796.
HSL color Cylindrical-coordinate representation of color #A4DB71: hue angle of 91.13º degrees, saturation: 0.6, 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 #A4DB71 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 113 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.14 |
| HSL | 91.13º | 0.6% | 0.65% | - |
| HSV(B) | 91.13º | 0.48% | 0.86% | - |
| XYZ | 43.62 | 59.75 | 24.86 | - |
| YUV | 190.47 | 84.28 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 113 | 0.25 | 0 | 0.48 | 0.14 | 91.13 | 0.6 | 0.65 |
| Hex | A4 | DB | 71 | 19 | 0 | 30 | E | 5B | 3C | 41 |
| Octal | 244 | 333 | 161 | 31 | 0 | 60 | 16 | 133 | 74 | 101 |
| Binary | 10100100 | 11011011 | 1110001 | 11001 | 0 | 110000 | 1110 | 1011011 | 111100 | 1000001 |
Color Harmonies of #A4DB71
Complementary color
Monochromatic Colors of #A4DB71
Black with #A4DB71
Text Example
Text Example
White with #A4DB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB71; }
p { color: rgb(164,219,113); }
H1.HeaderClassName
{
color: #A4DB71;
}
.AnyTagClassName
{
color: #A4DB71;
}
</style>
background-color css
<style>
a { background-color: #A4DB71; }
a { background-color: rgb(164,219,113); }
div.DivClassName
{
background-color: #A4DB71;
}
.BgClassName
{
background-color: #A4DB71;
}
</style>
border-color css
<style>
span { border-color: #A4DB71; }
span { border-color: rgb(164,219,113); }
td.TdClassName
{
border-color: #A4DB71;
}
.TagClassName
{
border-color: #A4DB71;
}
</style>