Shades of Feijoa #A3DB70
Tints of Feijoa #A3DB70
RGB
CMYK
RGB Variations
Color information
#A3DB70 (or 0xA3DB70) is known color: Feijoa. HEX triplet: A3, DB and 70. RGB value is (163,219,112). Sum of RGB (Red+Green+Blue) = 163+219+112=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DB70 is #5C248F. Grayscale: #BEBEBE. Windows color (decimal): -6038672 or 7396259. OLE color: 7396259.
HSL color Cylindrical-coordinate representation of color #A3DB70: hue angle of 91.4º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3DB70 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 112 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.14 |
| HSL | 91.4º | 0.6% | 0.65% | - |
| HSV(B) | 91.4º | 0.49% | 0.86% | - |
| XYZ | 43.36 | 59.62 | 24.55 | - |
| YUV | 190.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 112 | 0.26 | 0 | 0.49 | 0.14 | 91.4 | 0.6 | 0.65 |
| Hex | A3 | DB | 70 | 1A | 0 | 31 | E | 5B | 3C | 41 |
| Octal | 243 | 333 | 160 | 32 | 0 | 61 | 16 | 133 | 74 | 101 |
| Binary | 10100011 | 11011011 | 1110000 | 11010 | 0 | 110001 | 1110 | 1011011 | 111100 | 1000001 |
Color Harmonies of #A3DB70
Complementary color
Monochromatic Colors of #A3DB70
Black with #A3DB70
Text Example
Text Example
White with #A3DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB70; }
p { color: rgb(163,219,112); }
H1.HeaderClassName
{
color: #A3DB70;
}
.AnyTagClassName
{
color: #A3DB70;
}
</style>
background-color css
<style>
a { background-color: #A3DB70; }
a { background-color: rgb(163,219,112); }
div.DivClassName
{
background-color: #A3DB70;
}
.BgClassName
{
background-color: #A3DB70;
}
</style>
border-color css
<style>
span { border-color: #A3DB70; }
span { border-color: rgb(163,219,112); }
td.TdClassName
{
border-color: #A3DB70;
}
.TagClassName
{
border-color: #A3DB70;
}
</style>