Shades of Feijoa #A3D36F
Tints of Feijoa #A3D36F
RGB
CMYK
RGB Variations
Color information
#A3D36F (or 0xA3D36F) is known color: Feijoa. HEX triplet: A3, D3 and 6F. RGB value is (163,211,111). Sum of RGB (Red+Green+Blue) = 163+211+111=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D36F is #5C2C90. Grayscale: #B9B9B9. Windows color (decimal): -6040721 or 7328675. OLE color: 7328675.
HSL color Cylindrical-coordinate representation of color #A3D36F: hue angle of 88.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3D36F is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 211 | 111 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.17 |
| HSL | 88.8º | 0.53% | 0.63% | - |
| HSV(B) | 88.8º | 0.47% | 0.83% | - |
| XYZ | 41.27 | 55.52 | 23.58 | - |
| YUV | 185.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 211 | 111 | 0.23 | 0 | 0.47 | 0.17 | 88.8 | 0.53 | 0.63 |
| Hex | A3 | D3 | 6F | 17 | 0 | 2F | 11 | 59 | 35 | 3F |
| Octal | 243 | 323 | 157 | 27 | 0 | 57 | 21 | 131 | 65 | 77 |
| Binary | 10100011 | 11010011 | 1101111 | 10111 | 0 | 101111 | 10001 | 1011001 | 110101 | 111111 |
Color Harmonies of #A3D36F
Complementary color
Monochromatic Colors of #A3D36F
Black with #A3D36F
Text Example
Text Example
White with #A3D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D36F; }
p { color: rgb(163,211,111); }
H1.HeaderClassName
{
color: #A3D36F;
}
.AnyTagClassName
{
color: #A3D36F;
}
</style>
background-color css
<style>
a { background-color: #A3D36F; }
a { background-color: rgb(163,211,111); }
div.DivClassName
{
background-color: #A3D36F;
}
.BgClassName
{
background-color: #A3D36F;
}
</style>
border-color css
<style>
span { border-color: #A3D36F; }
span { border-color: rgb(163,211,111); }
td.TdClassName
{
border-color: #A3D36F;
}
.TagClassName
{
border-color: #A3D36F;
}
</style>