Shades of Feijoa #A3D47D
Tints of Feijoa #A3D47D
RGB
CMYK
RGB Variations
Color information
#A3D47D (or 0xA3D47D) is known color: Feijoa. HEX triplet: A3, D4 and 7D. RGB value is (163,212,125). Sum of RGB (Red+Green+Blue) = 163+212+125=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D47D is #5C2B82. Grayscale: #BBBBBB. Windows color (decimal): -6040451 or 8246435. OLE color: 8246435.
HSL color Cylindrical-coordinate representation of color #A3D47D: hue angle of 93.79º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3D47D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 212 | 125 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.17 |
| HSL | 93.79º | 0.5% | 0.66% | - |
| HSV(B) | 93.79º | 0.41% | 0.83% | - |
| XYZ | 42.35 | 56.35 | 28.05 | - |
| YUV | 187.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 212 | 125 | 0.23 | 0 | 0.41 | 0.17 | 93.79 | 0.5 | 0.66 |
| Hex | A3 | D4 | 7D | 17 | 0 | 29 | 11 | 5E | 32 | 42 |
| Octal | 243 | 324 | 175 | 27 | 0 | 51 | 21 | 136 | 62 | 102 |
| Binary | 10100011 | 11010100 | 1111101 | 10111 | 0 | 101001 | 10001 | 1011110 | 110010 | 1000010 |
Color Harmonies of #A3D47D
Complementary color
Monochromatic Colors of #A3D47D
Black with #A3D47D
Text Example
Text Example
White with #A3D47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D47D; }
p { color: rgb(163,212,125); }
H1.HeaderClassName
{
color: #A3D47D;
}
.AnyTagClassName
{
color: #A3D47D;
}
</style>
background-color css
<style>
a { background-color: #A3D47D; }
a { background-color: rgb(163,212,125); }
div.DivClassName
{
background-color: #A3D47D;
}
.BgClassName
{
background-color: #A3D47D;
}
</style>
border-color css
<style>
span { border-color: #A3D47D; }
span { border-color: rgb(163,212,125); }
td.TdClassName
{
border-color: #A3D47D;
}
.TagClassName
{
border-color: #A3D47D;
}
</style>