Shades of Feijoa #A3E56A
Tints of Feijoa #A3E56A
RGB
CMYK
RGB Variations
Color information
#A3E56A (or 0xA3E56A) is known color: Feijoa. HEX triplet: A3, E5 and 6A. RGB value is (163,229,106). Sum of RGB (Red+Green+Blue) = 163+229+106=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E56A is #5C1A95. Grayscale: #C3C3C3. Windows color (decimal): -6036118 or 7005603. OLE color: 7005603.
HSL color Cylindrical-coordinate representation of color #A3E56A: hue angle of 92.2º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3E56A is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 106 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.10 |
| HSL | 92.2º | 0.7% | 0.66% | - |
| HSV(B) | 92.2º | 0.54% | 0.9% | - |
| XYZ | 45.73 | 64.87 | 23.75 | - |
| YUV | 195.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 106 | 0.29 | 0 | 0.54 | 0.10 | 92.2 | 0.7 | 0.66 |
| Hex | A3 | E5 | 6A | 1D | 0 | 36 | A | 5C | 46 | 42 |
| Octal | 243 | 345 | 152 | 35 | 0 | 66 | 12 | 134 | 106 | 102 |
| Binary | 10100011 | 11100101 | 1101010 | 11101 | 0 | 110110 | 1010 | 1011100 | 1000110 | 1000010 |
Color Harmonies of #A3E56A
Complementary color
Monochromatic Colors of #A3E56A
Black with #A3E56A
Text Example
Text Example
White with #A3E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E56A; }
p { color: rgb(163,229,106); }
H1.HeaderClassName
{
color: #A3E56A;
}
.AnyTagClassName
{
color: #A3E56A;
}
</style>
background-color css
<style>
a { background-color: #A3E56A; }
a { background-color: rgb(163,229,106); }
div.DivClassName
{
background-color: #A3E56A;
}
.BgClassName
{
background-color: #A3E56A;
}
</style>
border-color css
<style>
span { border-color: #A3E56A; }
span { border-color: rgb(163,229,106); }
td.TdClassName
{
border-color: #A3E56A;
}
.TagClassName
{
border-color: #A3E56A;
}
</style>