Shades of Feijoa #A3E570
Tints of Feijoa #A3E570
RGB
CMYK
RGB Variations
Color information
#A3E570 (or 0xA3E570) is known color: Feijoa. HEX triplet: A3, E5 and 70. RGB value is (163,229,112). Sum of RGB (Red+Green+Blue) = 163+229+112=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E570 is #5C1A8F. Grayscale: #C4C4C4. Windows color (decimal): -6036112 or 7398819. OLE color: 7398819.
HSL color Cylindrical-coordinate representation of color #A3E570: hue angle of 93.85º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3E570 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 112 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.10 |
| HSL | 93.85º | 0.69% | 0.67% | - |
| HSV(B) | 93.85º | 0.51% | 0.9% | - |
| XYZ | 46.05 | 65 | 25.45 | - |
| YUV | 195.93 | 80.63 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 112 | 0.29 | 0 | 0.51 | 0.10 | 93.85 | 0.69 | 0.67 |
| Hex | A3 | E5 | 70 | 1D | 0 | 33 | A | 5E | 45 | 43 |
| Octal | 243 | 345 | 160 | 35 | 0 | 63 | 12 | 136 | 105 | 103 |
| Binary | 10100011 | 11100101 | 1110000 | 11101 | 0 | 110011 | 1010 | 1011110 | 1000101 | 1000011 |
Color Harmonies of #A3E570
Complementary color
Monochromatic Colors of #A3E570
Black with #A3E570
Text Example
Text Example
White with #A3E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E570; }
p { color: rgb(163,229,112); }
H1.HeaderClassName
{
color: #A3E570;
}
.AnyTagClassName
{
color: #A3E570;
}
</style>
background-color css
<style>
a { background-color: #A3E570; }
a { background-color: rgb(163,229,112); }
div.DivClassName
{
background-color: #A3E570;
}
.BgClassName
{
background-color: #A3E570;
}
</style>
border-color css
<style>
span { border-color: #A3E570; }
span { border-color: rgb(163,229,112); }
td.TdClassName
{
border-color: #A3E570;
}
.TagClassName
{
border-color: #A3E570;
}
</style>