Shades of Feijoa #A4DB7C
Tints of Feijoa #A4DB7C
RGB
CMYK
RGB Variations
Color information
#A4DB7C (or 0xA4DB7C) is known color: Feijoa. HEX triplet: A4, DB and 7C. RGB value is (164,219,124). Sum of RGB (Red+Green+Blue) = 164+219+124=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB7C is #5B2483. Grayscale: #C0C0C0. Windows color (decimal): -5973124 or 8182692. OLE color: 8182692.
HSL color Cylindrical-coordinate representation of color #A4DB7C: hue angle of 94.74º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4DB7C is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 124 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.14 |
| HSL | 94.74º | 0.57% | 0.67% | - |
| HSV(B) | 94.74º | 0.43% | 0.86% | - |
| XYZ | 44.28 | 60.01 | 28.32 | - |
| YUV | 191.73 | 89.78 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 124 | 0.25 | 0 | 0.43 | 0.14 | 94.74 | 0.57 | 0.67 |
| Hex | A4 | DB | 7C | 19 | 0 | 2B | E | 5F | 39 | 43 |
| Octal | 244 | 333 | 174 | 31 | 0 | 53 | 16 | 137 | 71 | 103 |
| Binary | 10100100 | 11011011 | 1111100 | 11001 | 0 | 101011 | 1110 | 1011111 | 111001 | 1000011 |
Color Harmonies of #A4DB7C
Complementary color
Monochromatic Colors of #A4DB7C
Black with #A4DB7C
Text Example
Text Example
White with #A4DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB7C; }
p { color: rgb(164,219,124); }
H1.HeaderClassName
{
color: #A4DB7C;
}
.AnyTagClassName
{
color: #A4DB7C;
}
</style>
background-color css
<style>
a { background-color: #A4DB7C; }
a { background-color: rgb(164,219,124); }
div.DivClassName
{
background-color: #A4DB7C;
}
.BgClassName
{
background-color: #A4DB7C;
}
</style>
border-color css
<style>
span { border-color: #A4DB7C; }
span { border-color: rgb(164,219,124); }
td.TdClassName
{
border-color: #A4DB7C;
}
.TagClassName
{
border-color: #A4DB7C;
}
</style>