Shades of Feijoa #A3FE70
Tints of Feijoa #A3FE70
RGB
CMYK
RGB Variations
Color information
#A3FE70 (or 0xA3FE70) is known color: Feijoa. HEX triplet: A3, FE and 70. RGB value is (163,254,112). Sum of RGB (Red+Green+Blue) = 163+254+112=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FE70 is #5C018F. Grayscale: #D3D3D3. Windows color (decimal): -6029712 or 7405219. OLE color: 7405219.
HSL color Cylindrical-coordinate representation of color #A3FE70: hue angle of 98.45º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3FE70 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 112 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.00 |
| HSL | 98.45º | 0.99% | 0.72% | - |
| HSV(B) | 98.45º | 0.56% | 1% | - |
| XYZ | 53.47 | 79.84 | 27.92 | - |
| YUV | 210.6 | 72.35 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 112 | 0.36 | 0 | 0.56 | 0.00 | 98.45 | 0.99 | 0.72 |
| Hex | A3 | FE | 70 | 24 | 0 | 38 | 0 | 62 | 63 | 48 |
| Octal | 243 | 376 | 160 | 44 | 0 | 70 | 0 | 142 | 143 | 110 |
| Binary | 10100011 | 11111110 | 1110000 | 100100 | 0 | 111000 | 0 | 1100010 | 1100011 | 1001000 |
Color Harmonies of #A3FE70
Complementary color
Monochromatic Colors of #A3FE70
Black with #A3FE70
Text Example
Text Example
White with #A3FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FE70; }
p { color: rgb(163,254,112); }
H1.HeaderClassName
{
color: #A3FE70;
}
.AnyTagClassName
{
color: #A3FE70;
}
</style>
background-color css
<style>
a { background-color: #A3FE70; }
a { background-color: rgb(163,254,112); }
div.DivClassName
{
background-color: #A3FE70;
}
.BgClassName
{
background-color: #A3FE70;
}
</style>
border-color css
<style>
span { border-color: #A3FE70; }
span { border-color: rgb(163,254,112); }
td.TdClassName
{
border-color: #A3FE70;
}
.TagClassName
{
border-color: #A3FE70;
}
</style>