Shades of Feijoa #A4DC8E
Tints of Feijoa #A4DC8E
RGB
CMYK
RGB Variations
Color information
#A4DC8E (or 0xA4DC8E) is known color: Feijoa. HEX triplet: A4, DC and 8E. RGB value is (164,220,142). Sum of RGB (Red+Green+Blue) = 164+220+142=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC8E is #5B2371. Grayscale: #C2C2C2. Windows color (decimal): -5972850 or 9362596. OLE color: 9362596.
HSL color Cylindrical-coordinate representation of color #A4DC8E: hue angle of 103.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4DC8E is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 220 | 142 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.14 |
| HSL | 103.08º | 0.53% | 0.71% | - |
| HSV(B) | 103.08º | 0.35% | 0.86% | - |
| XYZ | 45.79 | 61.03 | 34.96 | - |
| YUV | 194.36 | 98.45 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 142 | 0.25 | 0 | 0.35 | 0.14 | 103.08 | 0.53 | 0.71 |
| Hex | A4 | DC | 8E | 19 | 0 | 23 | E | 67 | 35 | 47 |
| Octal | 244 | 334 | 216 | 31 | 0 | 43 | 16 | 147 | 65 | 107 |
| Binary | 10100100 | 11011100 | 10001110 | 11001 | 0 | 100011 | 1110 | 1100111 | 110101 | 1000111 |
Color Harmonies of #A4DC8E
Complementary color
Monochromatic Colors of #A4DC8E
Black with #A4DC8E
Text Example
Text Example
White with #A4DC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DC8E; }
p { color: rgb(164,220,142); }
H1.HeaderClassName
{
color: #A4DC8E;
}
.AnyTagClassName
{
color: #A4DC8E;
}
</style>
background-color css
<style>
a { background-color: #A4DC8E; }
a { background-color: rgb(164,220,142); }
div.DivClassName
{
background-color: #A4DC8E;
}
.BgClassName
{
background-color: #A4DC8E;
}
</style>
border-color css
<style>
span { border-color: #A4DC8E; }
span { border-color: rgb(164,220,142); }
td.TdClassName
{
border-color: #A4DC8E;
}
.TagClassName
{
border-color: #A4DC8E;
}
</style>