Shades of Feijoa #A3E36A
Tints of Feijoa #A3E36A
RGB
CMYK
RGB Variations
Color information
#A3E36A (or 0xA3E36A) is known color: Feijoa. HEX triplet: A3, E3 and 6A. RGB value is (163,227,106). Sum of RGB (Red+Green+Blue) = 163+227+106=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E36A is #5C1C95. Grayscale: #C2C2C2. Windows color (decimal): -6036630 or 7005091. OLE color: 7005091.
HSL color Cylindrical-coordinate representation of color #A3E36A: hue angle of 91.74º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3E36A is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 106 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.11 |
| HSL | 91.74º | 0.68% | 0.65% | - |
| HSV(B) | 91.74º | 0.53% | 0.89% | - |
| XYZ | 45.17 | 63.77 | 23.56 | - |
| YUV | 194.07 | 78.3 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 106 | 0.28 | 0 | 0.53 | 0.11 | 91.74 | 0.68 | 0.65 |
| Hex | A3 | E3 | 6A | 1C | 0 | 35 | B | 5C | 44 | 41 |
| Octal | 243 | 343 | 152 | 34 | 0 | 65 | 13 | 134 | 104 | 101 |
| Binary | 10100011 | 11100011 | 1101010 | 11100 | 0 | 110101 | 1011 | 1011100 | 1000100 | 1000001 |
Color Harmonies of #A3E36A
Complementary color
Monochromatic Colors of #A3E36A
Black with #A3E36A
Text Example
Text Example
White with #A3E36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E36A; }
p { color: rgb(163,227,106); }
H1.HeaderClassName
{
color: #A3E36A;
}
.AnyTagClassName
{
color: #A3E36A;
}
</style>
background-color css
<style>
a { background-color: #A3E36A; }
a { background-color: rgb(163,227,106); }
div.DivClassName
{
background-color: #A3E36A;
}
.BgClassName
{
background-color: #A3E36A;
}
</style>
border-color css
<style>
span { border-color: #A3E36A; }
span { border-color: rgb(163,227,106); }
td.TdClassName
{
border-color: #A3E36A;
}
.TagClassName
{
border-color: #A3E36A;
}
</style>