Shades of Feijoa #A3DC7E
Tints of Feijoa #A3DC7E
RGB
CMYK
RGB Variations
Color information
#A3DC7E (or 0xA3DC7E) is known color: Feijoa. HEX triplet: A3, DC and 7E. RGB value is (163,220,126). Sum of RGB (Red+Green+Blue) = 163+220+126=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DC7E is #5C2381. Grayscale: #C0C0C0. Windows color (decimal): -6038402 or 8314019. OLE color: 8314019.
HSL color Cylindrical-coordinate representation of color #A3DC7E: hue angle of 96.38º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3DC7E is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 126 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.14 |
| HSL | 96.38º | 0.57% | 0.68% | - |
| HSV(B) | 96.38º | 0.43% | 0.86% | - |
| XYZ | 44.46 | 60.48 | 29.07 | - |
| YUV | 192.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 126 | 0.26 | 0 | 0.43 | 0.14 | 96.38 | 0.57 | 0.68 |
| Hex | A3 | DC | 7E | 1A | 0 | 2B | E | 60 | 39 | 44 |
| Octal | 243 | 334 | 176 | 32 | 0 | 53 | 16 | 140 | 71 | 104 |
| Binary | 10100011 | 11011100 | 1111110 | 11010 | 0 | 101011 | 1110 | 1100000 | 111001 | 1000100 |
Color Harmonies of #A3DC7E
Complementary color
Monochromatic Colors of #A3DC7E
Black with #A3DC7E
Text Example
Text Example
White with #A3DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DC7E; }
p { color: rgb(163,220,126); }
H1.HeaderClassName
{
color: #A3DC7E;
}
.AnyTagClassName
{
color: #A3DC7E;
}
</style>
background-color css
<style>
a { background-color: #A3DC7E; }
a { background-color: rgb(163,220,126); }
div.DivClassName
{
background-color: #A3DC7E;
}
.BgClassName
{
background-color: #A3DC7E;
}
</style>
border-color css
<style>
span { border-color: #A3DC7E; }
span { border-color: rgb(163,220,126); }
td.TdClassName
{
border-color: #A3DC7E;
}
.TagClassName
{
border-color: #A3DC7E;
}
</style>