Shades of Feijoa #A3D47F
Tints of Feijoa #A3D47F
RGB
CMYK
RGB Variations
Color information
#A3D47F (or 0xA3D47F) is known color: Feijoa. HEX triplet: A3, D4 and 7F. RGB value is (163,212,127). Sum of RGB (Red+Green+Blue) = 163+212+127=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D47F is #5C2B80. Grayscale: #BBBBBB. Windows color (decimal): -6040449 or 8377507. OLE color: 8377507.
HSL color Cylindrical-coordinate representation of color #A3D47F: hue angle of 94.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3D47F is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 212 | 127 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.17 |
| HSL | 94.59º | 0.5% | 0.66% | - |
| HSV(B) | 94.59º | 0.4% | 0.83% | - |
| XYZ | 42.48 | 56.41 | 28.73 | - |
| YUV | 187.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 212 | 127 | 0.23 | 0 | 0.40 | 0.17 | 94.59 | 0.5 | 0.66 |
| Hex | A3 | D4 | 7F | 17 | 0 | 28 | 11 | 5F | 32 | 42 |
| Octal | 243 | 324 | 177 | 27 | 0 | 50 | 21 | 137 | 62 | 102 |
| Binary | 10100011 | 11010100 | 1111111 | 10111 | 0 | 101000 | 10001 | 1011111 | 110010 | 1000010 |
Color Harmonies of #A3D47F
Complementary color
Monochromatic Colors of #A3D47F
Black with #A3D47F
Text Example
Text Example
White with #A3D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D47F; }
p { color: rgb(163,212,127); }
H1.HeaderClassName
{
color: #A3D47F;
}
.AnyTagClassName
{
color: #A3D47F;
}
</style>
background-color css
<style>
a { background-color: #A3D47F; }
a { background-color: rgb(163,212,127); }
div.DivClassName
{
background-color: #A3D47F;
}
.BgClassName
{
background-color: #A3D47F;
}
</style>
border-color css
<style>
span { border-color: #A3D47F; }
span { border-color: rgb(163,212,127); }
td.TdClassName
{
border-color: #A3D47F;
}
.TagClassName
{
border-color: #A3D47F;
}
</style>