Shades of Feijoa #A4D56D
Tints of Feijoa #A4D56D
RGB
CMYK
RGB Variations
Color information
#A4D56D (or 0xA4D56D) is known color: Feijoa. HEX triplet: A4, D5 and 6D. RGB value is (164,213,109). Sum of RGB (Red+Green+Blue) = 164+213+109=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D56D is #5B2A92. Grayscale: #BABABA. Windows color (decimal): -5974675 or 7198116. OLE color: 7198116.
HSL color Cylindrical-coordinate representation of color #A4D56D: hue angle of 88.27º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4D56D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 109 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.16 |
| HSL | 88.27º | 0.55% | 0.63% | - |
| HSV(B) | 88.27º | 0.49% | 0.84% | - |
| XYZ | 41.86 | 56.59 | 23.18 | - |
| YUV | 186.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 109 | 0.23 | 0 | 0.49 | 0.16 | 88.27 | 0.55 | 0.63 |
| Hex | A4 | D5 | 6D | 17 | 0 | 31 | 10 | 58 | 37 | 3F |
| Octal | 244 | 325 | 155 | 27 | 0 | 61 | 20 | 130 | 67 | 77 |
| Binary | 10100100 | 11010101 | 1101101 | 10111 | 0 | 110001 | 10000 | 1011000 | 110111 | 111111 |
Color Harmonies of #A4D56D
Complementary color
Monochromatic Colors of #A4D56D
Black with #A4D56D
Text Example
Text Example
White with #A4D56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D56D; }
p { color: rgb(164,213,109); }
H1.HeaderClassName
{
color: #A4D56D;
}
.AnyTagClassName
{
color: #A4D56D;
}
</style>
background-color css
<style>
a { background-color: #A4D56D; }
a { background-color: rgb(164,213,109); }
div.DivClassName
{
background-color: #A4D56D;
}
.BgClassName
{
background-color: #A4D56D;
}
</style>
border-color css
<style>
span { border-color: #A4D56D; }
span { border-color: rgb(164,213,109); }
td.TdClassName
{
border-color: #A4D56D;
}
.TagClassName
{
border-color: #A4D56D;
}
</style>