Shades of Feijoa #A3DF6D
Tints of Feijoa #A3DF6D
RGB
CMYK
RGB Variations
Color information
#A3DF6D (or 0xA3DF6D) is known color: Feijoa. HEX triplet: A3, DF and 6D. RGB value is (163,223,109). Sum of RGB (Red+Green+Blue) = 163+223+109=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF6D is #5C2092. Grayscale: #C0C0C0. Windows color (decimal): -6037651 or 7200675. OLE color: 7200675.
HSL color Cylindrical-coordinate representation of color #A3DF6D: hue angle of 91.58º degrees, saturation: 0.64, 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 #A3DF6D is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 109 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.13 |
| HSL | 91.58º | 0.64% | 0.65% | - |
| HSV(B) | 91.58º | 0.51% | 0.87% | - |
| XYZ | 44.25 | 61.67 | 24.04 | - |
| YUV | 192.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 109 | 0.27 | 0 | 0.51 | 0.13 | 91.58 | 0.64 | 0.65 |
| Hex | A3 | DF | 6D | 1B | 0 | 33 | D | 5C | 40 | 41 |
| Octal | 243 | 337 | 155 | 33 | 0 | 63 | 15 | 134 | 100 | 101 |
| Binary | 10100011 | 11011111 | 1101101 | 11011 | 0 | 110011 | 1101 | 1011100 | 1000000 | 1000001 |
Color Harmonies of #A3DF6D
Complementary color
Monochromatic Colors of #A3DF6D
Black with #A3DF6D
Text Example
Text Example
White with #A3DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF6D; }
p { color: rgb(163,223,109); }
H1.HeaderClassName
{
color: #A3DF6D;
}
.AnyTagClassName
{
color: #A3DF6D;
}
</style>
background-color css
<style>
a { background-color: #A3DF6D; }
a { background-color: rgb(163,223,109); }
div.DivClassName
{
background-color: #A3DF6D;
}
.BgClassName
{
background-color: #A3DF6D;
}
</style>
border-color css
<style>
span { border-color: #A3DF6D; }
span { border-color: rgb(163,223,109); }
td.TdClassName
{
border-color: #A3DF6D;
}
.TagClassName
{
border-color: #A3DF6D;
}
</style>