Shades of Feijoa #A4D37C
Tints of Feijoa #A4D37C
RGB
CMYK
RGB Variations
Color information
#A4D37C (or 0xA4D37C) is known color: Feijoa. HEX triplet: A4, D3 and 7C. RGB value is (164,211,124). Sum of RGB (Red+Green+Blue) = 164+211+124=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D37C is #5B2C83. Grayscale: #BBBBBB. Windows color (decimal): -5975172 or 8180644. OLE color: 8180644.
HSL color Cylindrical-coordinate representation of color #A4D37C: hue angle of 92.41º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4D37C is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 124 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.17 |
| HSL | 92.41º | 0.5% | 0.66% | - |
| HSV(B) | 92.41º | 0.41% | 0.83% | - |
| XYZ | 42.24 | 55.94 | 27.64 | - |
| YUV | 187.03 | 92.43 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 124 | 0.22 | 0 | 0.41 | 0.17 | 92.41 | 0.5 | 0.66 |
| Hex | A4 | D3 | 7C | 16 | 0 | 29 | 11 | 5C | 32 | 42 |
| Octal | 244 | 323 | 174 | 26 | 0 | 51 | 21 | 134 | 62 | 102 |
| Binary | 10100100 | 11010011 | 1111100 | 10110 | 0 | 101001 | 10001 | 1011100 | 110010 | 1000010 |
Color Harmonies of #A4D37C
Complementary color
Monochromatic Colors of #A4D37C
Black with #A4D37C
Text Example
Text Example
White with #A4D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D37C; }
p { color: rgb(164,211,124); }
H1.HeaderClassName
{
color: #A4D37C;
}
.AnyTagClassName
{
color: #A4D37C;
}
</style>
background-color css
<style>
a { background-color: #A4D37C; }
a { background-color: rgb(164,211,124); }
div.DivClassName
{
background-color: #A4D37C;
}
.BgClassName
{
background-color: #A4D37C;
}
</style>
border-color css
<style>
span { border-color: #A4D37C; }
span { border-color: rgb(164,211,124); }
td.TdClassName
{
border-color: #A4D37C;
}
.TagClassName
{
border-color: #A4D37C;
}
</style>