Shades of Feijoa #A3DF6B
Tints of Feijoa #A3DF6B
RGB
CMYK
RGB Variations
Color information
#A3DF6B (or 0xA3DF6B) is known color: Feijoa. HEX triplet: A3, DF and 6B. RGB value is (163,223,107). Sum of RGB (Red+Green+Blue) = 163+223+107=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF6B is #5C2094. Grayscale: #C0C0C0. Windows color (decimal): -6037653 or 7069603. OLE color: 7069603.
HSL color Cylindrical-coordinate representation of color #A3DF6B: hue angle of 91.03º 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 #A3DF6B is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 107 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.13 |
| HSL | 91.03º | 0.64% | 0.65% | - |
| HSV(B) | 91.03º | 0.52% | 0.87% | - |
| XYZ | 44.15 | 61.62 | 23.48 | - |
| YUV | 191.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 107 | 0.27 | 0 | 0.52 | 0.13 | 91.03 | 0.64 | 0.65 |
| Hex | A3 | DF | 6B | 1B | 0 | 34 | D | 5B | 40 | 41 |
| Octal | 243 | 337 | 153 | 33 | 0 | 64 | 15 | 133 | 100 | 101 |
| Binary | 10100011 | 11011111 | 1101011 | 11011 | 0 | 110100 | 1101 | 1011011 | 1000000 | 1000001 |
Color Harmonies of #A3DF6B
Complementary color
Monochromatic Colors of #A3DF6B
Black with #A3DF6B
Text Example
Text Example
White with #A3DF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF6B; }
p { color: rgb(163,223,107); }
H1.HeaderClassName
{
color: #A3DF6B;
}
.AnyTagClassName
{
color: #A3DF6B;
}
</style>
background-color css
<style>
a { background-color: #A3DF6B; }
a { background-color: rgb(163,223,107); }
div.DivClassName
{
background-color: #A3DF6B;
}
.BgClassName
{
background-color: #A3DF6B;
}
</style>
border-color css
<style>
span { border-color: #A3DF6B; }
span { border-color: rgb(163,223,107); }
td.TdClassName
{
border-color: #A3DF6B;
}
.TagClassName
{
border-color: #A3DF6B;
}
</style>