Shades of Feijoa #A3D385
Tints of Feijoa #A3D385
RGB
CMYK
RGB Variations
Color information
#A3D385 (or 0xA3D385) is known color: Feijoa. HEX triplet: A3, D3 and 85. RGB value is (163,211,133). Sum of RGB (Red+Green+Blue) = 163+211+133=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D385 is #5C2C7A. Grayscale: #BCBCBC. Windows color (decimal): -6040699 or 8770467. OLE color: 8770467.
HSL color Cylindrical-coordinate representation of color #A3D385: hue angle of 96.92º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3D385 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 211 | 133 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.17 |
| HSL | 96.92º | 0.47% | 0.67% | - |
| HSV(B) | 96.92º | 0.37% | 0.83% | - |
| XYZ | 42.63 | 56.07 | 30.77 | - |
| YUV | 187.76 | 97.1 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 211 | 133 | 0.23 | 0 | 0.37 | 0.17 | 96.92 | 0.47 | 0.67 |
| Hex | A3 | D3 | 85 | 17 | 0 | 25 | 11 | 61 | 2F | 43 |
| Octal | 243 | 323 | 205 | 27 | 0 | 45 | 21 | 141 | 57 | 103 |
| Binary | 10100011 | 11010011 | 10000101 | 10111 | 0 | 100101 | 10001 | 1100001 | 101111 | 1000011 |
Color Harmonies of #A3D385
Complementary color
Monochromatic Colors of #A3D385
Black with #A3D385
Text Example
Text Example
White with #A3D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D385; }
p { color: rgb(163,211,133); }
H1.HeaderClassName
{
color: #A3D385;
}
.AnyTagClassName
{
color: #A3D385;
}
</style>
background-color css
<style>
a { background-color: #A3D385; }
a { background-color: rgb(163,211,133); }
div.DivClassName
{
background-color: #A3D385;
}
.BgClassName
{
background-color: #A3D385;
}
</style>
border-color css
<style>
span { border-color: #A3D385; }
span { border-color: rgb(163,211,133); }
td.TdClassName
{
border-color: #A3D385;
}
.TagClassName
{
border-color: #A3D385;
}
</style>