Shades of Feijoa #A3DA83
Tints of Feijoa #A3DA83
RGB
CMYK
RGB Variations
Color information
#A3DA83 (or 0xA3DA83) is known color: Feijoa. HEX triplet: A3, DA and 83. RGB value is (163,218,131). Sum of RGB (Red+Green+Blue) = 163+218+131=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DA83 is #5C257C. Grayscale: #BFBFBF. Windows color (decimal): -6038909 or 8641187. OLE color: 8641187.
HSL color Cylindrical-coordinate representation of color #A3DA83: hue angle of 97.93º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3DA83 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 131 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.15 |
| HSL | 97.93º | 0.54% | 0.68% | - |
| HSV(B) | 97.93º | 0.4% | 0.85% | - |
| XYZ | 44.27 | 59.57 | 30.64 | - |
| YUV | 191.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 131 | 0.25 | 0 | 0.40 | 0.15 | 97.93 | 0.54 | 0.68 |
| Hex | A3 | DA | 83 | 19 | 0 | 28 | F | 62 | 36 | 44 |
| Octal | 243 | 332 | 203 | 31 | 0 | 50 | 17 | 142 | 66 | 104 |
| Binary | 10100011 | 11011010 | 10000011 | 11001 | 0 | 101000 | 1111 | 1100010 | 110110 | 1000100 |
Color Harmonies of #A3DA83
Complementary color
Monochromatic Colors of #A3DA83
Black with #A3DA83
Text Example
Text Example
White with #A3DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA83; }
p { color: rgb(163,218,131); }
H1.HeaderClassName
{
color: #A3DA83;
}
.AnyTagClassName
{
color: #A3DA83;
}
</style>
background-color css
<style>
a { background-color: #A3DA83; }
a { background-color: rgb(163,218,131); }
div.DivClassName
{
background-color: #A3DA83;
}
.BgClassName
{
background-color: #A3DA83;
}
</style>
border-color css
<style>
span { border-color: #A3DA83; }
span { border-color: rgb(163,218,131); }
td.TdClassName
{
border-color: #A3DA83;
}
.TagClassName
{
border-color: #A3DA83;
}
</style>