Shades of Feijoa #A3DA7B
Tints of Feijoa #A3DA7B
RGB
CMYK
RGB Variations
Color information
#A3DA7B (or 0xA3DA7B) is known color: Feijoa. HEX triplet: A3, DA and 7B. RGB value is (163,218,123). Sum of RGB (Red+Green+Blue) = 163+218+123=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA7B is #5C2584. Grayscale: #BFBFBF. Windows color (decimal): -6038917 or 8116899. OLE color: 8116899.
HSL color Cylindrical-coordinate representation of color #A3DA7B: hue angle of 94.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3DA7B is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 123 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.15 |
| HSL | 94.74º | 0.56% | 0.67% | - |
| HSV(B) | 94.74º | 0.44% | 0.85% | - |
| XYZ | 43.75 | 59.36 | 27.89 | - |
| YUV | 190.73 | 89.78 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 123 | 0.25 | 0 | 0.44 | 0.15 | 94.74 | 0.56 | 0.67 |
| Hex | A3 | DA | 7B | 19 | 0 | 2C | F | 5F | 38 | 43 |
| Octal | 243 | 332 | 173 | 31 | 0 | 54 | 17 | 137 | 70 | 103 |
| Binary | 10100011 | 11011010 | 1111011 | 11001 | 0 | 101100 | 1111 | 1011111 | 111000 | 1000011 |
Color Harmonies of #A3DA7B
Complementary color
Monochromatic Colors of #A3DA7B
Black with #A3DA7B
Text Example
Text Example
White with #A3DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA7B; }
p { color: rgb(163,218,123); }
H1.HeaderClassName
{
color: #A3DA7B;
}
.AnyTagClassName
{
color: #A3DA7B;
}
</style>
background-color css
<style>
a { background-color: #A3DA7B; }
a { background-color: rgb(163,218,123); }
div.DivClassName
{
background-color: #A3DA7B;
}
.BgClassName
{
background-color: #A3DA7B;
}
</style>
border-color css
<style>
span { border-color: #A3DA7B; }
span { border-color: rgb(163,218,123); }
td.TdClassName
{
border-color: #A3DA7B;
}
.TagClassName
{
border-color: #A3DA7B;
}
</style>