Shades of Feijoa #A4D785
Tints of Feijoa #A4D785
RGB
CMYK
RGB Variations
Color information
#A4D785 (or 0xA4D785) is known color: Feijoa. HEX triplet: A4, D7 and 85. RGB value is (164,215,133). Sum of RGB (Red+Green+Blue) = 164+215+133=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D785 is #5B287A. Grayscale: #BEBEBE. Windows color (decimal): -5974139 or 8771492. OLE color: 8771492.
HSL color Cylindrical-coordinate representation of color #A4D785: hue angle of 97.32º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4D785 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 133 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.16 |
| HSL | 97.32º | 0.51% | 0.68% | - |
| HSV(B) | 97.32º | 0.38% | 0.84% | - |
| XYZ | 43.84 | 58.19 | 31.11 | - |
| YUV | 190.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 133 | 0.24 | 0 | 0.38 | 0.16 | 97.32 | 0.51 | 0.68 |
| Hex | A4 | D7 | 85 | 18 | 0 | 26 | 10 | 61 | 33 | 44 |
| Octal | 244 | 327 | 205 | 30 | 0 | 46 | 20 | 141 | 63 | 104 |
| Binary | 10100100 | 11010111 | 10000101 | 11000 | 0 | 100110 | 10000 | 1100001 | 110011 | 1000100 |
Color Harmonies of #A4D785
Complementary color
Monochromatic Colors of #A4D785
Black with #A4D785
Text Example
Text Example
White with #A4D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D785; }
p { color: rgb(164,215,133); }
H1.HeaderClassName
{
color: #A4D785;
}
.AnyTagClassName
{
color: #A4D785;
}
</style>
background-color css
<style>
a { background-color: #A4D785; }
a { background-color: rgb(164,215,133); }
div.DivClassName
{
background-color: #A4D785;
}
.BgClassName
{
background-color: #A4D785;
}
</style>
border-color css
<style>
span { border-color: #A4D785; }
span { border-color: rgb(164,215,133); }
td.TdClassName
{
border-color: #A4D785;
}
.TagClassName
{
border-color: #A4D785;
}
</style>