Shades of Feijoa #A4DD6C
Tints of Feijoa #A4DD6C
RGB
CMYK
RGB Variations
Color information
#A4DD6C (or 0xA4DD6C) is known color: Feijoa. HEX triplet: A4, DD and 6C. RGB value is (164,221,108). Sum of RGB (Red+Green+Blue) = 164+221+108=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD6C is #5B2293. Grayscale: #BFBFBF. Windows color (decimal): -5972628 or 7134628. OLE color: 7134628.
HSL color Cylindrical-coordinate representation of color #A4DD6C: hue angle of 90.27º degrees, saturation: 0.62, 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 #A4DD6C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 108 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.13 |
| HSL | 90.27º | 0.62% | 0.65% | - |
| HSV(B) | 90.27º | 0.51% | 0.87% | - |
| XYZ | 43.87 | 60.69 | 23.59 | - |
| YUV | 191.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 108 | 0.26 | 0 | 0.51 | 0.13 | 90.27 | 0.62 | 0.65 |
| Hex | A4 | DD | 6C | 1A | 0 | 33 | D | 5A | 3E | 41 |
| Octal | 244 | 335 | 154 | 32 | 0 | 63 | 15 | 132 | 76 | 101 |
| Binary | 10100100 | 11011101 | 1101100 | 11010 | 0 | 110011 | 1101 | 1011010 | 111110 | 1000001 |
Color Harmonies of #A4DD6C
Complementary color
Monochromatic Colors of #A4DD6C
Black with #A4DD6C
Text Example
Text Example
White with #A4DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD6C; }
p { color: rgb(164,221,108); }
H1.HeaderClassName
{
color: #A4DD6C;
}
.AnyTagClassName
{
color: #A4DD6C;
}
</style>
background-color css
<style>
a { background-color: #A4DD6C; }
a { background-color: rgb(164,221,108); }
div.DivClassName
{
background-color: #A4DD6C;
}
.BgClassName
{
background-color: #A4DD6C;
}
</style>
border-color css
<style>
span { border-color: #A4DD6C; }
span { border-color: rgb(164,221,108); }
td.TdClassName
{
border-color: #A4DD6C;
}
.TagClassName
{
border-color: #A4DD6C;
}
</style>