Shades of Feijoa #A3DA6C
Tints of Feijoa #A3DA6C
RGB
CMYK
RGB Variations
Color information
#A3DA6C (or 0xA3DA6C) is known color: Feijoa. HEX triplet: A3, DA and 6C. RGB value is (163,218,108). Sum of RGB (Red+Green+Blue) = 163+218+108=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA6C is #5C2593. Grayscale: #BDBDBD. Windows color (decimal): -6038932 or 7133859. OLE color: 7133859.
HSL color Cylindrical-coordinate representation of color #A3DA6C: hue angle of 90º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3DA6C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 108 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.15 |
| HSL | 90º | 0.6% | 0.64% | - |
| HSV(B) | 90º | 0.5% | 0.85% | - |
| XYZ | 42.88 | 59.01 | 23.32 | - |
| YUV | 189.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 108 | 0.25 | 0 | 0.50 | 0.15 | 90 | 0.6 | 0.64 |
| Hex | A3 | DA | 6C | 19 | 0 | 32 | F | 5A | 3C | 40 |
| Octal | 243 | 332 | 154 | 31 | 0 | 62 | 17 | 132 | 74 | 100 |
| Binary | 10100011 | 11011010 | 1101100 | 11001 | 0 | 110010 | 1111 | 1011010 | 111100 | 1000000 |
Color Harmonies of #A3DA6C
Complementary color
Monochromatic Colors of #A3DA6C
Black with #A3DA6C
Text Example
Text Example
White with #A3DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA6C; }
p { color: rgb(163,218,108); }
H1.HeaderClassName
{
color: #A3DA6C;
}
.AnyTagClassName
{
color: #A3DA6C;
}
</style>
background-color css
<style>
a { background-color: #A3DA6C; }
a { background-color: rgb(163,218,108); }
div.DivClassName
{
background-color: #A3DA6C;
}
.BgClassName
{
background-color: #A3DA6C;
}
</style>
border-color css
<style>
span { border-color: #A3DA6C; }
span { border-color: rgb(163,218,108); }
td.TdClassName
{
border-color: #A3DA6C;
}
.TagClassName
{
border-color: #A3DA6C;
}
</style>