Shades of Feijoa #A4D37B
Tints of Feijoa #A4D37B
RGB
CMYK
RGB Variations
Color information
#A4D37B (or 0xA4D37B) is known color: Feijoa. HEX triplet: A4, D3 and 7B. RGB value is (164,211,123). Sum of RGB (Red+Green+Blue) = 164+211+123=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D37B is #5B2C84. Grayscale: #BBBBBB. Windows color (decimal): -5975173 or 8115108. OLE color: 8115108.
HSL color Cylindrical-coordinate representation of color #A4D37B: hue angle of 92.05º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4D37B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 123 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.17 |
| HSL | 92.05º | 0.5% | 0.65% | - |
| HSV(B) | 92.05º | 0.42% | 0.83% | - |
| XYZ | 42.18 | 55.91 | 27.31 | - |
| YUV | 186.92 | 91.93 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 123 | 0.22 | 0 | 0.42 | 0.17 | 92.05 | 0.5 | 0.65 |
| Hex | A4 | D3 | 7B | 16 | 0 | 2A | 11 | 5C | 32 | 41 |
| Octal | 244 | 323 | 173 | 26 | 0 | 52 | 21 | 134 | 62 | 101 |
| Binary | 10100100 | 11010011 | 1111011 | 10110 | 0 | 101010 | 10001 | 1011100 | 110010 | 1000001 |
Color Harmonies of #A4D37B
Complementary color
Monochromatic Colors of #A4D37B
Black with #A4D37B
Text Example
Text Example
White with #A4D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D37B; }
p { color: rgb(164,211,123); }
H1.HeaderClassName
{
color: #A4D37B;
}
.AnyTagClassName
{
color: #A4D37B;
}
</style>
background-color css
<style>
a { background-color: #A4D37B; }
a { background-color: rgb(164,211,123); }
div.DivClassName
{
background-color: #A4D37B;
}
.BgClassName
{
background-color: #A4D37B;
}
</style>
border-color css
<style>
span { border-color: #A4D37B; }
span { border-color: rgb(164,211,123); }
td.TdClassName
{
border-color: #A4D37B;
}
.TagClassName
{
border-color: #A4D37B;
}
</style>