Shades of Feijoa #A3E37A
Tints of Feijoa #A3E37A
RGB
CMYK
RGB Variations
Color information
#A3E37A (or 0xA3E37A) is known color: Feijoa. HEX triplet: A3, E3 and 7A. RGB value is (163,227,122). Sum of RGB (Red+Green+Blue) = 163+227+122=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E37A is #5C1C85. Grayscale: #C4C4C4. Windows color (decimal): -6036614 or 8053667. OLE color: 8053667.
HSL color Cylindrical-coordinate representation of color #A3E37A: hue angle of 96.57º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3E37A is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 122 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.11 |
| HSL | 96.57º | 0.65% | 0.68% | - |
| HSV(B) | 96.57º | 0.46% | 0.89% | - |
| XYZ | 46.09 | 64.13 | 28.36 | - |
| YUV | 195.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 122 | 0.28 | 0 | 0.46 | 0.11 | 96.57 | 0.65 | 0.68 |
| Hex | A3 | E3 | 7A | 1C | 0 | 2E | B | 61 | 41 | 44 |
| Octal | 243 | 343 | 172 | 34 | 0 | 56 | 13 | 141 | 101 | 104 |
| Binary | 10100011 | 11100011 | 1111010 | 11100 | 0 | 101110 | 1011 | 1100001 | 1000001 | 1000100 |
Color Harmonies of #A3E37A
Complementary color
Monochromatic Colors of #A3E37A
Black with #A3E37A
Text Example
Text Example
White with #A3E37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E37A; }
p { color: rgb(163,227,122); }
H1.HeaderClassName
{
color: #A3E37A;
}
.AnyTagClassName
{
color: #A3E37A;
}
</style>
background-color css
<style>
a { background-color: #A3E37A; }
a { background-color: rgb(163,227,122); }
div.DivClassName
{
background-color: #A3E37A;
}
.BgClassName
{
background-color: #A3E37A;
}
</style>
border-color css
<style>
span { border-color: #A3E37A; }
span { border-color: rgb(163,227,122); }
td.TdClassName
{
border-color: #A3E37A;
}
.TagClassName
{
border-color: #A3E37A;
}
</style>