Shades of Feijoa #A3DF6C
Tints of Feijoa #A3DF6C
RGB
CMYK
RGB Variations
Color information
#A3DF6C (or 0xA3DF6C) is known color: Feijoa. HEX triplet: A3, DF and 6C. RGB value is (163,223,108). Sum of RGB (Red+Green+Blue) = 163+223+108=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF6C is #5C2093. Grayscale: #C0C0C0. Windows color (decimal): -6037652 or 7135139. OLE color: 7135139.
HSL color Cylindrical-coordinate representation of color #A3DF6C: hue angle of 91.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3DF6C is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 108 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.13 |
| HSL | 91.3º | 0.64% | 0.65% | - |
| HSV(B) | 91.3º | 0.52% | 0.87% | - |
| XYZ | 44.2 | 61.64 | 23.76 | - |
| YUV | 191.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 108 | 0.27 | 0 | 0.52 | 0.13 | 91.3 | 0.64 | 0.65 |
| Hex | A3 | DF | 6C | 1B | 0 | 34 | D | 5B | 40 | 41 |
| Octal | 243 | 337 | 154 | 33 | 0 | 64 | 15 | 133 | 100 | 101 |
| Binary | 10100011 | 11011111 | 1101100 | 11011 | 0 | 110100 | 1101 | 1011011 | 1000000 | 1000001 |
Color Harmonies of #A3DF6C
Complementary color
Monochromatic Colors of #A3DF6C
Black with #A3DF6C
Text Example
Text Example
White with #A3DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF6C; }
p { color: rgb(163,223,108); }
H1.HeaderClassName
{
color: #A3DF6C;
}
.AnyTagClassName
{
color: #A3DF6C;
}
</style>
background-color css
<style>
a { background-color: #A3DF6C; }
a { background-color: rgb(163,223,108); }
div.DivClassName
{
background-color: #A3DF6C;
}
.BgClassName
{
background-color: #A3DF6C;
}
</style>
border-color css
<style>
span { border-color: #A3DF6C; }
span { border-color: rgb(163,223,108); }
td.TdClassName
{
border-color: #A3DF6C;
}
.TagClassName
{
border-color: #A3DF6C;
}
</style>