Shades of Feijoa #A4D384
Tints of Feijoa #A4D384
RGB
CMYK
RGB Variations
Color information
#A4D384 (or 0xA4D384) is known color: Feijoa. HEX triplet: A4, D3 and 84. RGB value is (164,211,132). Sum of RGB (Red+Green+Blue) = 164+211+132=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D384 is #5B2C7B. Grayscale: #BCBCBC. Windows color (decimal): -5975164 or 8704932. OLE color: 8704932.
HSL color Cylindrical-coordinate representation of color #A4D384: hue angle of 95.7º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4D384 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 132 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.17 |
| HSL | 95.7º | 0.47% | 0.67% | - |
| HSV(B) | 95.7º | 0.37% | 0.83% | - |
| XYZ | 42.77 | 56.15 | 30.41 | - |
| YUV | 187.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 132 | 0.22 | 0 | 0.37 | 0.17 | 95.7 | 0.47 | 0.67 |
| Hex | A4 | D3 | 84 | 16 | 0 | 25 | 11 | 60 | 2F | 43 |
| Octal | 244 | 323 | 204 | 26 | 0 | 45 | 21 | 140 | 57 | 103 |
| Binary | 10100100 | 11010011 | 10000100 | 10110 | 0 | 100101 | 10001 | 1100000 | 101111 | 1000011 |
Color Harmonies of #A4D384
Complementary color
Monochromatic Colors of #A4D384
Black with #A4D384
Text Example
Text Example
White with #A4D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D384; }
p { color: rgb(164,211,132); }
H1.HeaderClassName
{
color: #A4D384;
}
.AnyTagClassName
{
color: #A4D384;
}
</style>
background-color css
<style>
a { background-color: #A4D384; }
a { background-color: rgb(164,211,132); }
div.DivClassName
{
background-color: #A4D384;
}
.BgClassName
{
background-color: #A4D384;
}
</style>
border-color css
<style>
span { border-color: #A4D384; }
span { border-color: rgb(164,211,132); }
td.TdClassName
{
border-color: #A4D384;
}
.TagClassName
{
border-color: #A4D384;
}
</style>