Shades of Feijoa #A4DB85
Tints of Feijoa #A4DB85
RGB
CMYK
RGB Variations
Color information
#A4DB85 (or 0xA4DB85) is known color: Feijoa. HEX triplet: A4, DB and 85. RGB value is (164,219,133). Sum of RGB (Red+Green+Blue) = 164+219+133=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB85 is #5B247A. Grayscale: #C1C1C1. Windows color (decimal): -5973115 or 8772516. OLE color: 8772516.
HSL color Cylindrical-coordinate representation of color #A4DB85: hue angle of 98.37º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4DB85 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 133 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.14 |
| HSL | 98.37º | 0.54% | 0.69% | - |
| HSV(B) | 98.37º | 0.39% | 0.86% | - |
| XYZ | 44.88 | 60.25 | 31.45 | - |
| YUV | 192.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 133 | 0.25 | 0 | 0.39 | 0.14 | 98.37 | 0.54 | 0.69 |
| Hex | A4 | DB | 85 | 19 | 0 | 27 | E | 62 | 36 | 45 |
| Octal | 244 | 333 | 205 | 31 | 0 | 47 | 16 | 142 | 66 | 105 |
| Binary | 10100100 | 11011011 | 10000101 | 11001 | 0 | 100111 | 1110 | 1100010 | 110110 | 1000101 |
Color Harmonies of #A4DB85
Complementary color
Monochromatic Colors of #A4DB85
Black with #A4DB85
Text Example
Text Example
White with #A4DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB85; }
p { color: rgb(164,219,133); }
H1.HeaderClassName
{
color: #A4DB85;
}
.AnyTagClassName
{
color: #A4DB85;
}
</style>
background-color css
<style>
a { background-color: #A4DB85; }
a { background-color: rgb(164,219,133); }
div.DivClassName
{
background-color: #A4DB85;
}
.BgClassName
{
background-color: #A4DB85;
}
</style>
border-color css
<style>
span { border-color: #A4DB85; }
span { border-color: rgb(164,219,133); }
td.TdClassName
{
border-color: #A4DB85;
}
.TagClassName
{
border-color: #A4DB85;
}
</style>