Shades of Feijoa #A3DC6C
Tints of Feijoa #A3DC6C
RGB
CMYK
RGB Variations
Color information
#A3DC6C (or 0xA3DC6C) is known color: Feijoa. HEX triplet: A3, DC and 6C. RGB value is (163,220,108). Sum of RGB (Red+Green+Blue) = 163+220+108=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DC6C is #5C2393. Grayscale: #BEBEBE. Windows color (decimal): -6038420 or 7134371. OLE color: 7134371.
HSL color Cylindrical-coordinate representation of color #A3DC6C: hue angle of 90.54º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3DC6C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 108 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.14 |
| HSL | 90.54º | 0.62% | 0.64% | - |
| HSV(B) | 90.54º | 0.51% | 0.86% | - |
| XYZ | 43.4 | 60.06 | 23.49 | - |
| YUV | 190.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 108 | 0.26 | 0 | 0.51 | 0.14 | 90.54 | 0.62 | 0.64 |
| Hex | A3 | DC | 6C | 1A | 0 | 33 | E | 5B | 3E | 40 |
| Octal | 243 | 334 | 154 | 32 | 0 | 63 | 16 | 133 | 76 | 100 |
| Binary | 10100011 | 11011100 | 1101100 | 11010 | 0 | 110011 | 1110 | 1011011 | 111110 | 1000000 |
Color Harmonies of #A3DC6C
Complementary color
Monochromatic Colors of #A3DC6C
Black with #A3DC6C
Text Example
Text Example
White with #A3DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DC6C; }
p { color: rgb(163,220,108); }
H1.HeaderClassName
{
color: #A3DC6C;
}
.AnyTagClassName
{
color: #A3DC6C;
}
</style>
background-color css
<style>
a { background-color: #A3DC6C; }
a { background-color: rgb(163,220,108); }
div.DivClassName
{
background-color: #A3DC6C;
}
.BgClassName
{
background-color: #A3DC6C;
}
</style>
border-color css
<style>
span { border-color: #A3DC6C; }
span { border-color: rgb(163,220,108); }
td.TdClassName
{
border-color: #A3DC6C;
}
.TagClassName
{
border-color: #A3DC6C;
}
</style>