Shades of Feijoa #A4DB74
Tints of Feijoa #A4DB74
RGB
CMYK
RGB Variations
Color information
#A4DB74 (or 0xA4DB74) is known color: Feijoa. HEX triplet: A4, DB and 74. RGB value is (164,219,116). Sum of RGB (Red+Green+Blue) = 164+219+116=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB74 is #5B248B. Grayscale: #BFBFBF. Windows color (decimal): -5973132 or 7658404. OLE color: 7658404.
HSL color Cylindrical-coordinate representation of color #A4DB74: hue angle of 92.04º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4DB74 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 116 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.14 |
| HSL | 92.04º | 0.59% | 0.66% | - |
| HSV(B) | 92.04º | 0.47% | 0.86% | - |
| XYZ | 43.79 | 59.82 | 25.76 | - |
| YUV | 190.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 116 | 0.25 | 0 | 0.47 | 0.14 | 92.04 | 0.59 | 0.66 |
| Hex | A4 | DB | 74 | 19 | 0 | 2F | E | 5C | 3B | 42 |
| Octal | 244 | 333 | 164 | 31 | 0 | 57 | 16 | 134 | 73 | 102 |
| Binary | 10100100 | 11011011 | 1110100 | 11001 | 0 | 101111 | 1110 | 1011100 | 111011 | 1000010 |
Color Harmonies of #A4DB74
Complementary color
Monochromatic Colors of #A4DB74
Black with #A4DB74
Text Example
Text Example
White with #A4DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB74; }
p { color: rgb(164,219,116); }
H1.HeaderClassName
{
color: #A4DB74;
}
.AnyTagClassName
{
color: #A4DB74;
}
</style>
background-color css
<style>
a { background-color: #A4DB74; }
a { background-color: rgb(164,219,116); }
div.DivClassName
{
background-color: #A4DB74;
}
.BgClassName
{
background-color: #A4DB74;
}
</style>
border-color css
<style>
span { border-color: #A4DB74; }
span { border-color: rgb(164,219,116); }
td.TdClassName
{
border-color: #A4DB74;
}
.TagClassName
{
border-color: #A4DB74;
}
</style>