Shades of Feijoa #A3DD6D
Tints of Feijoa #A3DD6D
RGB
CMYK
RGB Variations
Color information
#A3DD6D (or 0xA3DD6D) is known color: Feijoa. HEX triplet: A3, DD and 6D. RGB value is (163,221,109). Sum of RGB (Red+Green+Blue) = 163+221+109=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD6D is #5C2292. Grayscale: #BFBFBF. Windows color (decimal): -6038163 or 7200163. OLE color: 7200163.
HSL color Cylindrical-coordinate representation of color #A3DD6D: hue angle of 91.07º 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 #A3DD6D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 109 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.13 |
| HSL | 91.07º | 0.62% | 0.65% | - |
| HSV(B) | 91.07º | 0.51% | 0.87% | - |
| XYZ | 43.72 | 60.6 | 23.86 | - |
| YUV | 190.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 109 | 0.26 | 0 | 0.51 | 0.13 | 91.07 | 0.62 | 0.65 |
| Hex | A3 | DD | 6D | 1A | 0 | 33 | D | 5B | 3E | 41 |
| Octal | 243 | 335 | 155 | 32 | 0 | 63 | 15 | 133 | 76 | 101 |
| Binary | 10100011 | 11011101 | 1101101 | 11010 | 0 | 110011 | 1101 | 1011011 | 111110 | 1000001 |
Color Harmonies of #A3DD6D
Complementary color
Monochromatic Colors of #A3DD6D
Black with #A3DD6D
Text Example
Text Example
White with #A3DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD6D; }
p { color: rgb(163,221,109); }
H1.HeaderClassName
{
color: #A3DD6D;
}
.AnyTagClassName
{
color: #A3DD6D;
}
</style>
background-color css
<style>
a { background-color: #A3DD6D; }
a { background-color: rgb(163,221,109); }
div.DivClassName
{
background-color: #A3DD6D;
}
.BgClassName
{
background-color: #A3DD6D;
}
</style>
border-color css
<style>
span { border-color: #A3DD6D; }
span { border-color: rgb(163,221,109); }
td.TdClassName
{
border-color: #A3DD6D;
}
.TagClassName
{
border-color: #A3DD6D;
}
</style>