Shades of Feijoa #A4DF6E
Tints of Feijoa #A4DF6E
RGB
CMYK
RGB Variations
Color information
#A4DF6E (or 0xA4DF6E) is known color: Feijoa. HEX triplet: A4, DF and 6E. RGB value is (164,223,110). Sum of RGB (Red+Green+Blue) = 164+223+110=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF6E is #5B2091. Grayscale: #C0C0C0. Windows color (decimal): -5972114 or 7266212. OLE color: 7266212.
HSL color Cylindrical-coordinate representation of color #A4DF6E: hue angle of 91.33º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4DF6E is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 110 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.13 |
| HSL | 91.33º | 0.64% | 0.65% | - |
| HSV(B) | 91.33º | 0.51% | 0.87% | - |
| XYZ | 44.51 | 61.79 | 24.33 | - |
| YUV | 192.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 110 | 0.26 | 0 | 0.51 | 0.13 | 91.33 | 0.64 | 0.65 |
| Hex | A4 | DF | 6E | 1A | 0 | 33 | D | 5B | 40 | 41 |
| Octal | 244 | 337 | 156 | 32 | 0 | 63 | 15 | 133 | 100 | 101 |
| Binary | 10100100 | 11011111 | 1101110 | 11010 | 0 | 110011 | 1101 | 1011011 | 1000000 | 1000001 |
Color Harmonies of #A4DF6E
Complementary color
Monochromatic Colors of #A4DF6E
Black with #A4DF6E
Text Example
Text Example
White with #A4DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DF6E; }
p { color: rgb(164,223,110); }
H1.HeaderClassName
{
color: #A4DF6E;
}
.AnyTagClassName
{
color: #A4DF6E;
}
</style>
background-color css
<style>
a { background-color: #A4DF6E; }
a { background-color: rgb(164,223,110); }
div.DivClassName
{
background-color: #A4DF6E;
}
.BgClassName
{
background-color: #A4DF6E;
}
</style>
border-color css
<style>
span { border-color: #A4DF6E; }
span { border-color: rgb(164,223,110); }
td.TdClassName
{
border-color: #A4DF6E;
}
.TagClassName
{
border-color: #A4DF6E;
}
</style>