Shades of Feijoa #A3DB7B
Tints of Feijoa #A3DB7B
RGB
CMYK
RGB Variations
Color information
#A3DB7B (or 0xA3DB7B) is known color: Feijoa. HEX triplet: A3, DB and 7B. RGB value is (163,219,123). Sum of RGB (Red+Green+Blue) = 163+219+123=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DB7B is #5C2484. Grayscale: #BFBFBF. Windows color (decimal): -6038661 or 8117155. OLE color: 8117155.
HSL color Cylindrical-coordinate representation of color #A3DB7B: hue angle of 95º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3DB7B is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 123 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.14 |
| HSL | 95º | 0.57% | 0.67% | - |
| HSV(B) | 95º | 0.44% | 0.86% | - |
| XYZ | 44.01 | 59.88 | 27.98 | - |
| YUV | 191.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 123 | 0.26 | 0 | 0.44 | 0.14 | 95 | 0.57 | 0.67 |
| Hex | A3 | DB | 7B | 1A | 0 | 2C | E | 5F | 39 | 43 |
| Octal | 243 | 333 | 173 | 32 | 0 | 54 | 16 | 137 | 71 | 103 |
| Binary | 10100011 | 11011011 | 1111011 | 11010 | 0 | 101100 | 1110 | 1011111 | 111001 | 1000011 |
Color Harmonies of #A3DB7B
Complementary color
Monochromatic Colors of #A3DB7B
Black with #A3DB7B
Text Example
Text Example
White with #A3DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB7B; }
p { color: rgb(163,219,123); }
H1.HeaderClassName
{
color: #A3DB7B;
}
.AnyTagClassName
{
color: #A3DB7B;
}
</style>
background-color css
<style>
a { background-color: #A3DB7B; }
a { background-color: rgb(163,219,123); }
div.DivClassName
{
background-color: #A3DB7B;
}
.BgClassName
{
background-color: #A3DB7B;
}
</style>
border-color css
<style>
span { border-color: #A3DB7B; }
span { border-color: rgb(163,219,123); }
td.TdClassName
{
border-color: #A3DB7B;
}
.TagClassName
{
border-color: #A3DB7B;
}
</style>