Shades of Feijoa #A3E47A
Tints of Feijoa #A3E47A
RGB
CMYK
RGB Variations
Color information
#A3E47A (or 0xA3E47A) is known color: Feijoa. HEX triplet: A3, E4 and 7A. RGB value is (163,228,122). Sum of RGB (Red+Green+Blue) = 163+228+122=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E47A is #5C1B85. Grayscale: #C4C4C4. Windows color (decimal): -6036358 or 8053923. OLE color: 8053923.
HSL color Cylindrical-coordinate representation of color #A3E47A: hue angle of 96.79º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3E47A is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 122 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.11 |
| HSL | 96.79º | 0.66% | 0.69% | - |
| HSV(B) | 96.79º | 0.46% | 0.89% | - |
| XYZ | 46.36 | 64.68 | 28.45 | - |
| YUV | 196.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 122 | 0.29 | 0 | 0.46 | 0.11 | 96.79 | 0.66 | 0.69 |
| Hex | A3 | E4 | 7A | 1D | 0 | 2E | B | 61 | 42 | 45 |
| Octal | 243 | 344 | 172 | 35 | 0 | 56 | 13 | 141 | 102 | 105 |
| Binary | 10100011 | 11100100 | 1111010 | 11101 | 0 | 101110 | 1011 | 1100001 | 1000010 | 1000101 |
Color Harmonies of #A3E47A
Complementary color
Monochromatic Colors of #A3E47A
Black with #A3E47A
Text Example
Text Example
White with #A3E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E47A; }
p { color: rgb(163,228,122); }
H1.HeaderClassName
{
color: #A3E47A;
}
.AnyTagClassName
{
color: #A3E47A;
}
</style>
background-color css
<style>
a { background-color: #A3E47A; }
a { background-color: rgb(163,228,122); }
div.DivClassName
{
background-color: #A3E47A;
}
.BgClassName
{
background-color: #A3E47A;
}
</style>
border-color css
<style>
span { border-color: #A3E47A; }
span { border-color: rgb(163,228,122); }
td.TdClassName
{
border-color: #A3E47A;
}
.TagClassName
{
border-color: #A3E47A;
}
</style>