Shades of Feijoa #A3DB83
Tints of Feijoa #A3DB83
RGB
CMYK
RGB Variations
Color information
#A3DB83 (or 0xA3DB83) is known color: Feijoa. HEX triplet: A3, DB and 83. RGB value is (163,219,131). Sum of RGB (Red+Green+Blue) = 163+219+131=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DB83 is #5C247C. Grayscale: #C0C0C0. Windows color (decimal): -6038653 or 8641443. OLE color: 8641443.
HSL color Cylindrical-coordinate representation of color #A3DB83: hue angle of 98.18º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3DB83 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 131 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.14 |
| HSL | 98.18º | 0.55% | 0.69% | - |
| HSV(B) | 98.18º | 0.4% | 0.86% | - |
| XYZ | 44.53 | 60.09 | 30.72 | - |
| YUV | 192.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 131 | 0.26 | 0 | 0.40 | 0.14 | 98.18 | 0.55 | 0.69 |
| Hex | A3 | DB | 83 | 1A | 0 | 28 | E | 62 | 37 | 45 |
| Octal | 243 | 333 | 203 | 32 | 0 | 50 | 16 | 142 | 67 | 105 |
| Binary | 10100011 | 11011011 | 10000011 | 11010 | 0 | 101000 | 1110 | 1100010 | 110111 | 1000101 |
Color Harmonies of #A3DB83
Complementary color
Monochromatic Colors of #A3DB83
Black with #A3DB83
Text Example
Text Example
White with #A3DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB83; }
p { color: rgb(163,219,131); }
H1.HeaderClassName
{
color: #A3DB83;
}
.AnyTagClassName
{
color: #A3DB83;
}
</style>
background-color css
<style>
a { background-color: #A3DB83; }
a { background-color: rgb(163,219,131); }
div.DivClassName
{
background-color: #A3DB83;
}
.BgClassName
{
background-color: #A3DB83;
}
</style>
border-color css
<style>
span { border-color: #A3DB83; }
span { border-color: rgb(163,219,131); }
td.TdClassName
{
border-color: #A3DB83;
}
.TagClassName
{
border-color: #A3DB83;
}
</style>