Shades of Feijoa #A3DA7E
Tints of Feijoa #A3DA7E
RGB
CMYK
RGB Variations
Color information
#A3DA7E (or 0xA3DA7E) is known color: Feijoa. HEX triplet: A3, DA and 7E. RGB value is (163,218,126). Sum of RGB (Red+Green+Blue) = 163+218+126=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA7E is #5C2581. Grayscale: #BFBFBF. Windows color (decimal): -6038914 or 8313507. OLE color: 8313507.
HSL color Cylindrical-coordinate representation of color #A3DA7E: hue angle of 95.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3DA7E is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 126 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.15 |
| HSL | 95.87º | 0.55% | 0.67% | - |
| HSV(B) | 95.87º | 0.42% | 0.85% | - |
| XYZ | 43.94 | 59.44 | 28.89 | - |
| YUV | 191.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 126 | 0.25 | 0 | 0.42 | 0.15 | 95.87 | 0.55 | 0.67 |
| Hex | A3 | DA | 7E | 19 | 0 | 2A | F | 60 | 37 | 43 |
| Octal | 243 | 332 | 176 | 31 | 0 | 52 | 17 | 140 | 67 | 103 |
| Binary | 10100011 | 11011010 | 1111110 | 11001 | 0 | 101010 | 1111 | 1100000 | 110111 | 1000011 |
Color Harmonies of #A3DA7E
Complementary color
Monochromatic Colors of #A3DA7E
Black with #A3DA7E
Text Example
Text Example
White with #A3DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA7E; }
p { color: rgb(163,218,126); }
H1.HeaderClassName
{
color: #A3DA7E;
}
.AnyTagClassName
{
color: #A3DA7E;
}
</style>
background-color css
<style>
a { background-color: #A3DA7E; }
a { background-color: rgb(163,218,126); }
div.DivClassName
{
background-color: #A3DA7E;
}
.BgClassName
{
background-color: #A3DA7E;
}
</style>
border-color css
<style>
span { border-color: #A3DA7E; }
span { border-color: rgb(163,218,126); }
td.TdClassName
{
border-color: #A3DA7E;
}
.TagClassName
{
border-color: #A3DA7E;
}
</style>