Shades of Feijoa #A4DF7C
Tints of Feijoa #A4DF7C
RGB
CMYK
RGB Variations
Color information
#A4DF7C (or 0xA4DF7C) is known color: Feijoa. HEX triplet: A4, DF and 7C. RGB value is (164,223,124). Sum of RGB (Red+Green+Blue) = 164+223+124=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF7C is #5B2083. Grayscale: #C2C2C2. Windows color (decimal): -5972100 or 8183716. OLE color: 8183716.
HSL color Cylindrical-coordinate representation of color #A4DF7C: hue angle of 95.76º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4DF7C is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 124 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.13 |
| HSL | 95.76º | 0.61% | 0.68% | - |
| HSV(B) | 95.76º | 0.44% | 0.87% | - |
| XYZ | 45.34 | 62.12 | 28.67 | - |
| YUV | 194.07 | 88.45 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 124 | 0.26 | 0 | 0.44 | 0.13 | 95.76 | 0.61 | 0.68 |
| Hex | A4 | DF | 7C | 1A | 0 | 2C | D | 60 | 3D | 44 |
| Octal | 244 | 337 | 174 | 32 | 0 | 54 | 15 | 140 | 75 | 104 |
| Binary | 10100100 | 11011111 | 1111100 | 11010 | 0 | 101100 | 1101 | 1100000 | 111101 | 1000100 |
Color Harmonies of #A4DF7C
Complementary color
Monochromatic Colors of #A4DF7C
Black with #A4DF7C
Text Example
Text Example
White with #A4DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DF7C; }
p { color: rgb(164,223,124); }
H1.HeaderClassName
{
color: #A4DF7C;
}
.AnyTagClassName
{
color: #A4DF7C;
}
</style>
background-color css
<style>
a { background-color: #A4DF7C; }
a { background-color: rgb(164,223,124); }
div.DivClassName
{
background-color: #A4DF7C;
}
.BgClassName
{
background-color: #A4DF7C;
}
</style>
border-color css
<style>
span { border-color: #A4DF7C; }
span { border-color: rgb(164,223,124); }
td.TdClassName
{
border-color: #A4DF7C;
}
.TagClassName
{
border-color: #A4DF7C;
}
</style>